fmt
diff --git a/mapstructure_bugs_test.go b/mapstructure_bugs_test.go index 05d7e3b..ddb3b8e 100644 --- a/mapstructure_bugs_test.go +++ b/mapstructure_bugs_test.go
@@ -5,7 +5,7 @@ // GH-1 func TestDecode_NilValue(t *testing.T) { input := map[string]interface{}{ - "vfoo": nil, + "vfoo": nil, "vother": nil, }