fix: Überflüssige Leerzeilen am Ende von startup.go entfernt
All checks were successful
Build Test Docker Image / docker-test (pull_request) Successful in 1m26s
Run Tests / test (pull_request) Successful in 4m53s

This commit is contained in:
2026-03-29 23:22:10 +02:00
parent 0311c830bd
commit 3ede89322f

View File

@@ -117,5 +117,3 @@ func checkSOGo(ctx context.Context, httpClient *http.Client, baseURL string) boo
slog.Debug("SOGo is reachable", "status", resp.StatusCode)
return true
}