Skip to content

Commit

Permalink
Fix Lint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenslauterbach committed May 30, 2021
1 parent 56480b7 commit d459b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ddbt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
}()

flag.CommandLine.Usage = func() {
fmt.Fprintf(flag.CommandLine.Output(), usage)
fmt.Fprint(flag.CommandLine.Output(), usage)
}

err := run(ctx, os.Args[1:])
Expand Down

0 comments on commit d459b1f

Please sign in to comment.