Cleanup: drop unneeded variable

This commit is contained in:
Stefan Haller 2026-05-28 20:07:51 +02:00
parent d86a49ba3f
commit 685dfc87a4

View file

@ -262,7 +262,7 @@ func (app *App) setupRepo(
os.Exit(0)
}
if didOpenRepo := openRecentRepo(app); didOpenRepo {
if openRecentRepo(app) {
return true, nil
}