Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 16, 2014
1 parent f063ecb commit dc02794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SliceOfMixedArrays = [[1, 2], ["a", "b"]]
ArrayOfMixedSlices = [[1, 2], ["a", "b"]]`,
},
"empty slice": {
input: struct { Empty []interface{} }{[]interface{}{}},
input: struct{ Empty []interface{} }{[]interface{}{}},
wantOutput: `Empty = []`,
},
"(error) slice with element type mismatch (string and integer)": {
Expand Down

0 comments on commit dc02794

Please sign in to comment.