Skip to content

Commit

Permalink
make fmt (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold authored Dec 6, 2024
2 parents dd43c55 + 46ac1b8 commit 1cdcd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rainbow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func run(args []string) {
}

// TODO: slog.SetDefault and set module `var log *slog.Logger` based on flags and env

app.Action = Splitter
err := app.Run(os.Args)
if err != nil {
Expand Down

0 comments on commit 1cdcd10

Please sign in to comment.