delete all duplicate empty blanks (#5758)

Signed-off-by: Xiang Dai <764524258@qq.com>
pull/5762/head
Xiang Dai 6 years ago committed by Yilun Chong
parent c691c4cbfa
commit e479410564
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. 2
      examples/list_people_test.go
  3. BIN
      src/google/protobuf/testdata/golden_message_maps

@ -34,7 +34,7 @@ func TestWritePersonWritesPerson(t *testing.T) {
func TestListPeopleWritesList(t *testing.T) {
buf := new(bytes.Buffer)
in := pb.AddressBook{People: []*pb.Person {
in := pb.AddressBook{People: []*pb.Person{
{
Name: "John Doe",
Id: 101,

Loading…
Cancel
Save