Skip to content

Commit c656f5f

Browse files
committed
style: for gofmt
1 parent 9b203d6 commit c656f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func InterceptConfigsPreRunHandler(cmd *cobra.Command) error {
137137
var logWriter io.Writer
138138
if strings.ToLower(serverCtx.Viper.GetString(flags.FlagLogFormat)) == ostcfg.LogFormatPlain {
139139
logWriter = zerolog.ConsoleWriter{
140-
Out: os.Stderr,
140+
Out: os.Stderr,
141141
TimeFormat: "2006/01/02-15:04:05.999",
142142
}
143143
} else {

0 commit comments

Comments
 (0)