Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Feb 4, 2016
1 parent 9a70fd1 commit 7575bd2
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
6 changes: 3 additions & 3 deletions marshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ func TestMarshalList(t *testing.T) {
}

sourceLists := [][]string{
[]string{"valueA"},
[]string{"valueA", "valueB"},
[]string{"valueB"},
{"valueA"},
{"valueA", "valueB"},
{"valueB"},
}

listDatas := [][]byte{}
Expand Down
Loading

0 comments on commit 7575bd2

Please sign in to comment.