Add space to fix error message formatting.

pull/9321/head
Thomas Van Lenten 3 years ago
parent a35c973b7f
commit 41606730da
  1. 2
      src/google/protobuf/compiler/objectivec/objectivec_helpers.cc

@ -1329,7 +1329,7 @@ bool ValidateObjCClassPrefix(
*out_error += "'package " + other_package_for_prefix + ";'.";
}
*out_error +=
"It can only be reused by adding '" + lookup_key + " = " + prefix +
" It can only be reused by adding '" + lookup_key + " = " + prefix +
"' to the expected prefixes file (" + expected_prefixes_path + ").";
return false; // Only report first usage of the prefix.
}

Loading…
Cancel
Save