Bo Yang 6 years ago
parent
commit
e0901c4581
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conformance/binary_json_conformance_suite.cc

+ 1 - 1
conformance/binary_json_conformance_suite.cc

@@ -174,7 +174,7 @@ const FieldDescriptor* GetFieldForType(
   }
 
   string packed_string = "";
-  const string repeated_string = repeated ? "Repeated " : "Singular";
+  const string repeated_string = repeated ? "Repeated " : "Singular ";
   const string proto_string = is_proto3 ? "Proto3" : "Proto2";
   if (packed == Packed::TRUE) {
     packed_string = "Packed ";