style: spaces vs tabs
This commit is contained in:
parent
bfb0058012
commit
29a68aace0
1 changed files with 3 additions and 3 deletions
|
|
@ -106,8 +106,8 @@ func printGeneralErrors(stats *GitStats) {
|
||||||
// check for errors
|
// check for errors
|
||||||
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
|
len(stats.generalErrors) > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// print detailed summary
|
// print detailed summary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue