style: spaces vs tabs
This commit is contained in:
parent
bfb0058012
commit
29a68aace0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue