mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -64,9 +64,7 @@ const (
|
||||
envURL = "CODER_URL"
|
||||
)
|
||||
|
||||
var (
|
||||
errUnauthenticated = xerrors.New(notLoggedInMessage)
|
||||
)
|
||||
var errUnauthenticated = xerrors.New(notLoggedInMessage)
|
||||
|
||||
func init() {
|
||||
// Set cobra template functions in init to avoid conflicts in tests.
|
||||
|
Reference in New Issue
Block a user