Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Mar 4, 2024
1 parent 0b2d73d commit 28cf70f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ var rootCmd = &cobra.Command{
if cmd.Flags().Changed("logging") {
if !runoptions.ValidLogLevel(defaultModeLogLevel) {
return runoptions.ErrInvalidLogLevel{Level: defaultModeLogLevel}
} else {
logLevel := runoptions.ACTRLogLevel(defaultModeLogLevel)
options.LogLevel = &logLevel
}

logLevel := runoptions.ACTRLogLevel(defaultModeLogLevel)
options.LogLevel = &logLevel
}

if cmd.Flags().Changed("rand") {
Expand Down

0 comments on commit 28cf70f

Please sign in to comment.