Skip to content

Commit

Permalink
auth_store: fixing gofmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcinil committed Jan 18, 2020
1 parent 095caac commit 475c4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ func (as *authStore) AuthStatus() bool {
defer as.enabledMu.Unlock()
if as.IsAuthEnabled() {
return true
} else {
return false
}

return false
}

func (as *authStore) Close() error {
Expand Down

0 comments on commit 475c4ca

Please sign in to comment.