commit | 8b59089fde0d16f615814f3c2d82a76ce35a9b2f | [log] [tgz] |
---|---|---|
author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Fri Jun 21 15:20:56 2013 -0700 |
committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Fri Jun 21 15:20:56 2013 -0700 |
tree | d02c65f43853326759495e5f90f12265f619caad | |
parent | 5c71e44e3c6aa2e600ae339aaa6e9c850ce5befc [diff] |
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, }