Skip to content

Commit

Permalink
Update comment to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed May 1, 2024
1 parent 6cf0f5a commit 933a068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 933a068

Please sign in to comment.