From 29a68aace07b17739374ac4c5ff8e2e63d199f67 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 12 Sep 2025 11:23:53 +0200 Subject: [PATCH] style: spaces vs tabs --- cmd/gogitlabber/output.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/gogitlabber/output.go b/cmd/gogitlabber/output.go index 597ef7d..9200035 100644 --- a/cmd/gogitlabber/output.go +++ b/cmd/gogitlabber/output.go @@ -105,9 +105,9 @@ func printGeneralErrors(stats *GitStats) { // check for errors func hasErrors(stats *GitStats) bool { - return len(stats.pullErrorMsgUnstaged) > 0 || - len(stats.pullErrorMsgUncommitted) > 0 || - len(stats.generalErrors) > 0 + return len(stats.pullErrorMsgUnstaged) > 0 || + len(stats.pullErrorMsgUncommitted) > 0 || + len(stats.generalErrors) > 0 } // print detailed summary