mirror of
https://github.com/wahyd4/loginsrv.git
synced 2026-08-24 04:06:26 +10:00
go fmt
This commit is contained in:
@@ -66,7 +66,7 @@ func TestConfig_ReadConfig(t *testing.T) {
|
||||
"client_secret": "bar",
|
||||
},
|
||||
},
|
||||
GracePeriod: 4*time.Second,
|
||||
GracePeriod: 4 * time.Second,
|
||||
}
|
||||
|
||||
cfg, err := readConfig(flag.NewFlagSet("", flag.ContinueOnError), input)
|
||||
@@ -119,7 +119,7 @@ func TestConfig_ReadConfigFromEnv(t *testing.T) {
|
||||
"client_secret": "bar",
|
||||
},
|
||||
},
|
||||
GracePeriod: 4*time.Second,
|
||||
GracePeriod: 4 * time.Second,
|
||||
}
|
||||
|
||||
cfg, err := readConfig(flag.NewFlagSet("", flag.ContinueOnError), []string{})
|
||||
|
||||
Reference in New Issue
Block a user