Skip to content
Snippets Groups Projects
Commit b754a4fe authored by Dave Cheney's avatar Dave Cheney
Browse files

gofmt

parent 2f2fd02e
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,9 @@ var marshalTests = []struct {
}, {
map[string]interface{}{"a": map[interface{}]interface{}{"b": "c"}},
"a:\n b: c\n",
}, {
}, {
map[string]interface{}{"a": "-"},
"a: '-'\n",
"a: '-'\n",
},
// Simple values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment