From 933a06896262bfd9c59127a03830550e505d7393 Mon Sep 17 00:00:00 2001 From: chris-j-h Date: Wed, 1 May 2024 09:22:47 +0100 Subject: [PATCH] Update comment to trigger build --- accounts/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/errors.go b/accounts/errors.go index 2fed35f9d0..e7a44d79c2 100644 --- a/accounts/errors.go +++ b/accounts/errors.go @@ -55,7 +55,7 @@ type AuthNeededError struct { } // NewAuthNeededError creates a new authentication error with the extra details -// about the needed fields set. +// about the needed fields set.. func NewAuthNeededError(needed string) error { return &AuthNeededError{ Needed: needed,