Skip to content

Commit

Permalink
fix format [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 23, 2019
1 parent 2c3308c commit 516b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ func main() {

err := app.Run(os.Args)
if err != nil {
log.Fatal("Failed to run app with %s: %v", os.Args, err)
log.Fatalf("Failed to run app with %s: %v", os.Args, err)
}
}

0 comments on commit 516b2fe

Please sign in to comment.