Skip to content

Commit

Permalink
style: for gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iproudhon committed Jun 4, 2021
1 parent 9b203d6 commit c656f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func InterceptConfigsPreRunHandler(cmd *cobra.Command) error {
var logWriter io.Writer
if strings.ToLower(serverCtx.Viper.GetString(flags.FlagLogFormat)) == ostcfg.LogFormatPlain {
logWriter = zerolog.ConsoleWriter{
Out: os.Stderr,
Out: os.Stderr,
TimeFormat: "2006/01/02-15:04:05.999",
}
} else {
Expand Down

0 comments on commit c656f5f

Please sign in to comment.