apply gofmt to json files

R=rsc
https://golang.org/cl/164071
This commit is contained in:
Robert Griesemer 2009-12-02 11:40:54 -08:00
parent 114f73f822
commit d8bc797ed5
2 changed files with 3 additions and 5 deletions

View file

@ -104,8 +104,8 @@ func assertResult(t *testing.T, results, expected interface{}) {
}
type decodeTest struct {
s string;
r interface{};
s string;
r interface{};
}
var tests = []decodeTest{