Skip to content

Commit 77d686b

Browse files
authored
Merge branch 'master' into formatted-error-type
2 parents 263d35c + 4b17eb6 commit 77d686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ type Result struct {
1212
}
1313

1414
func (r *Result) HasErrors() bool {
15-
return (len(r.Errors) > 0)
15+
return len(r.Errors) > 0
1616
}

0 commit comments

Comments
 (0)