We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd059fe commit 9d18657Copy full SHA for 9d18657
validator.go
@@ -70,7 +70,6 @@ func (e *StructErrors) Error() string {
70
71
for _, err := range e.StructErrors {
72
buff.WriteString(err.Error())
73
- buff.WriteString("\n\n")
74
}
75
76
return buff.String()
0 commit comments