0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-09 16:00:40 +00:00

refactor: fix ifshort lint

This commit is contained in:
Beatriz Vieira 2021-07-31 16:35:54 -03:00
parent a96ffa51ce
commit dcba256903

View File

@ -164,8 +164,7 @@ func main() {
},
}
apperr := app.Run(os.Args)
if apperr != nil {
if apperr := app.Run(os.Args); apperr != nil {
log.Fatal(apperr)
}
}