Cleanup: drop unneeded variable

This commit is contained in:
Stefan Haller
2026-06-04 09:05:01 +02:00
parent d86a49ba3f
commit 685dfc87a4
+1 -1
View File
@@ -262,7 +262,7 @@ func (app *App) setupRepo(
os.Exit(0)
}
if didOpenRepo := openRecentRepo(app); didOpenRepo {
if openRecentRepo(app) {
return true, nil
}