Aligned formatting with gofmt
Signed-off-by: Dave Trombley <dave.trombley@gmail.com>
This commit is contained in:
parent
0ecaa7f40a
commit
c4849bb99a
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ type challenge struct {
|
|||
var _ auth.AccessController = &accessController{}
|
||||
var (
|
||||
// ErrPasswordRequired - returned when no auth token is given.
|
||||
ErrPasswordRequired = errors.New("authorization credential required")
|
||||
// ErrInvalidCredential - returned when the auth token does not authenticate correctly.
|
||||
ErrPasswordRequired = errors.New("authorization credential required")
|
||||
// ErrInvalidCredential - returned when the auth token does not authenticate correctly.
|
||||
ErrInvalidCredential = errors.New("invalid authorization credential")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue