Add newline to end of validation.go

This commit is contained in:
Chris Marchesi 2017-08-28 13:49:11 -07:00 committed by GitHub
parent f17e14f576
commit b0152f6be3
1 changed files with 1 additions and 1 deletions

View File

@ -168,4 +168,4 @@ func ValidateRegexp(v interface{}, k string) (ws []string, errors []error) {
errors = append(errors, fmt.Errorf("%q: %s", k, err))
}
return
}
}