style: spaces vs tabs

This commit is contained in:
Simon Cornet 2025-09-12 11:23:53 +02:00
commit 29a68aace0

View file

@ -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