chore: lint

Kujtim Hoxha created

Change summary

internal/app/app.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/app/app.go 🔗

@@ -235,7 +235,7 @@ func (app *App) Subscribe(program *tea.Program) {
 		slog.Info("TUI subscription panic - attempting graceful shutdown")
 		program.Quit()
 	})
-	
+
 	app.tuiWG.Add(1)
 	tuiCtx, tuiCancel := context.WithCancel(app.globalCtx)
 	app.cleanupFuncs = append(app.cleanupFuncs, func() {