From 61971f2ddeb6912c65107cefaa6113ae4edb2545 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Mon, 28 Aug 2017 14:41:01 -0700 Subject: [PATCH] helper/validation: Fix validation package That'll teach me to use the GitHub merge conflict resolver :P --- helper/validation/validation.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/validation/validation.go b/helper/validation/validation.go index 8fc30478af..48940fafb9 100644 --- a/helper/validation/validation.go +++ b/helper/validation/validation.go @@ -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