Skip to content

Commit 9d18657

Browse files
joeybloggsjoeybloggs
authored andcommitted
remove extra carriage returns
for #44
1 parent fd059fe commit 9d18657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func (e *StructErrors) Error() string {
7070

7171
for _, err := range e.StructErrors {
7272
buff.WriteString(err.Error())
73-
buff.WriteString("\n\n")
7473
}
7574

7675
return buff.String()

0 commit comments

Comments
 (0)