mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-12 15:00:39 +00:00
refactor: fix ifshort lint
This commit is contained in:
parent
a96ffa51ce
commit
dcba256903
@ -164,8 +164,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
apperr := app.Run(os.Args)
|
if apperr := app.Run(os.Args); apperr != nil {
|
||||||
if apperr != nil {
|
|
||||||
log.Fatal(apperr)
|
log.Fatal(apperr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user