style: remove unused comment
This commit is contained in:
parent
c430fdce5d
commit
157447716b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ func printGeneralErrors(stats *GitStats) {
|
||||||
func hasErrors(stats *GitStats) bool {
|
func hasErrors(stats *GitStats) bool {
|
||||||
return len(stats.pullErrorMsgUnstaged) > 0 ||
|
return len(stats.pullErrorMsgUnstaged) > 0 ||
|
||||||
len(stats.pullErrorMsgUncommitted) > 0 ||
|
len(stats.pullErrorMsgUncommitted) > 0 ||
|
||||||
len(stats.generalErrors) > 0 // Add this
|
len(stats.generalErrors) > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// print detailed summary
|
// print detailed summary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue