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