style change, no logic change

This commit is contained in:
Mitchell Hashimoto
2015-10-27 19:39:19 -07:00
parent 0353c8eeee
commit baee91fb0c

View File

@@ -49,5 +49,6 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int {
fmt.Fprintf(os.Stderr, "Error executing CLI: %s\n", err.Error())
return 1
}
return exitCode
}