Add newline to end of validation.go
This commit is contained in:
parent
f17e14f576
commit
b0152f6be3
|
@ -168,4 +168,4 @@ func ValidateRegexp(v interface{}, k string) (ws []string, errors []error) {
|
|||
errors = append(errors, fmt.Errorf("%q: %s", k, err))
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue