mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Cleanup: drop unneeded variable
This commit is contained in:
parent
d86a49ba3f
commit
685dfc87a4
|
|
@ -262,7 +262,7 @@ func (app *App) setupRepo(
|
|||
os.Exit(0)
|
||||
}
|
||||
|
||||
if didOpenRepo := openRecentRepo(app); didOpenRepo {
|
||||
if openRecentRepo(app) {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue