From 157447716b13b2ebbc6eec843f780b46d3f9590b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 28 Aug 2025 10:34:22 +0200 Subject: [PATCH] style: remove unused comment --- cmd/gogitlabber/output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gogitlabber/output.go b/cmd/gogitlabber/output.go index 26e2289..597ef7d 100644 --- a/cmd/gogitlabber/output.go +++ b/cmd/gogitlabber/output.go @@ -107,7 +107,7 @@ func printGeneralErrors(stats *GitStats) { func hasErrors(stats *GitStats) bool { return len(stats.pullErrorMsgUnstaged) > 0 || len(stats.pullErrorMsgUncommitted) > 0 || - len(stats.generalErrors) > 0 // Add this + len(stats.generalErrors) > 0 } // print detailed summary