commit | e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb | [log] [tgz] |
---|---|---|
author | Marc-Antoine Ruel <maruel@chromium.org> | Wed May 20 16:35:14 2015 |
committer | Marc-Antoine Ruel <maruel@chromium.org> | Wed May 20 16:35:14 2015 |
tree | df4723cbadd723f297a080cec617297760e10d12 | |
parent | cb0850c1681cbca3233e84f7e6ec3e4c3f352085 [diff] |
Run 'gofmt -w -s' on sources
diff --git a/formatter_test.go b/formatter_test.go index 5ce6d18..5f3204e 100644 --- a/formatter_test.go +++ b/formatter_test.go
@@ -64,13 +64,13 @@ }`, }, { - map[int][]byte{1: []byte{}}, + map[int][]byte{1: {}}, `map[int][]uint8{ 1: {}, }`, }, { - map[int]T{1: T{}}, + map[int]T{1: {}}, `map[int]pretty.T{ 1: {}, }`,