Bo Yang 6 年之前
父节点
当前提交
e0901c4581
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ";