Skip to content

Commit

Permalink
internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 546287121
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Jul 7, 2023
1 parent 2d8b38f commit cca0eee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/google/protobuf/descriptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8211,9 +8211,8 @@ void DescriptorBuilder::ValidateExtensionRangeOptions(
range_options.verification() == ExtensionRangeOptions::UNVERIFIED) {
AddError(message.full_name(), proto.extension_range(i),
DescriptorPool::ErrorCollector::EXTENDEE, [&] {
return absl::Substitute(
"Cannot mark the extension range as UNVERIFIED when it "
"has extension(s) declared.");
return "Cannot mark the extension range as UNVERIFIED when "
"it has extension(s) declared.";
});
return;
}
Expand Down

0 comments on commit cca0eee

Please sign in to comment.