summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/viper/util_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/util_test.go')
-rw-r--r--vendor/github.com/spf13/viper/util_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/viper/util_test.go b/vendor/github.com/spf13/viper/util_test.go
index 5949e09e4..0af80bb63 100644
--- a/vendor/github.com/spf13/viper/util_test.go
+++ b/vendor/github.com/spf13/viper/util_test.go
@@ -16,7 +16,6 @@ import (
)
func TestCopyAndInsensitiviseMap(t *testing.T) {
-
var (
given = map[string]interface{}{
"Foo": 32,