Skip to content

Commit

Permalink
remove os.Exit after log.Fatal call
Browse files Browse the repository at this point in the history
This is effectively a dead code.
  • Loading branch information
quasilyte committed Sep 14, 2018
1 parent 38566f0 commit 3342a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion realize.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func main() {
}
if err := app.Run(os.Args); err != nil {
log.Fatal(err)
os.Exit(1)
}
}

Expand Down

0 comments on commit 3342a68

Please sign in to comment.