helper/validation: Fix validation package

That'll teach me to use the GitHub merge conflict resolver :P
This commit is contained in:
Chris Marchesi 2017-08-28 14:41:01 -07:00
parent 6c03958d4b
commit 61971f2dde
No known key found for this signature in database
GPG Key ID: 335B84AFEC615CE4
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ func ValidateListUniqueStrings(v interface{}, k string) (ws []string, errors []e
}
}
}
return
}
// ValidateRegexp returns a SchemaValidateFunc which tests to make sure the