Skip to content

Commit

Permalink
Fixing constant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Aug 31, 2016
1 parent 51a1497 commit 9a96c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Method int

const (
// No authentication or authorization
AuthTypeNone = iota
AuthTypeNone Method = iota
// "Plain" OpenID Connect and OAuth 2.0
AuthTypeOIDC
// HEART profiled OpenID Connect and OAuth 2.0
Expand Down

0 comments on commit 9a96c4b

Please sign in to comment.