Skip to content

Commit c41f7db

Browse files
committed
Fixed linter
1 parent 4439399 commit c41f7db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ func run(args []string) error {
5050
log.Tracef("Starting %s v%v\n", app.Name, app.Version)
5151

5252
cmd.Install(app)
53-
if err := app.Run(args); err != nil {
54-
return err
55-
}
56-
return nil
53+
return app.Run(args)
5754
}
5855

5956
func main() {

0 commit comments

Comments
 (0)