| commit | 4676f6a694583cdb413afced4c87492a0d0e71f9 | [log] [tgz] |
|---|---|---|
| author | Albert Strasheim <fullung@gmail.com> | Sun Apr 07 08:59:06 2013 +1000 |
| committer | David Symonds <dsymonds@golang.org> | Sun Apr 07 08:59:06 2013 +1000 |
| tree | 15529dbc0125836cf6164f10076840ed6996eb3f | |
| parent | 2037090d1d590ec49ee92abd55a9434006b94bb2 [diff] [blame] |
goprotobuf: gofmt -s R=dsymonds CC=golang-dev https://codereview.appspot.com/8439044
diff --git a/proto/all_test.go b/proto/all_test.go index 9c9cf0f..70bbe39 100644 --- a/proto/all_test.go +++ b/proto/all_test.go
@@ -1158,7 +1158,7 @@ func TestProto1RepeatedGroup(t *testing.T) { pb := &MessageList{ Message: []*MessageList_Message{ - &MessageList_Message{ + { Name: String("blah"), Count: Int32(7), },