Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b7068a

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 933675942
1 parent 7dc7eac commit 8b7068a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/message_equality_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ absl::optional<std::pair<Owned<google::protobuf::Message>,
399399
PackTestAllTypesProto3Field(const google::protobuf::Message& message,
400400
const google::protobuf::FieldDescriptor* absl_nonnull field) {
401401
if (field->is_map()) {
402-
return absl::nullopt;
402+
return std::nullopt;
403403
}
404404
if (field->is_repeated() &&
405405
field->type() == google::protobuf::FieldDescriptor::TYPE_MESSAGE) {
@@ -425,7 +425,7 @@ PackTestAllTypesProto3Field(const google::protobuf::Message& message,
425425
cel::to_address(packed), any_field));
426426
return std::pair{packed, any_field};
427427
}
428-
return absl::nullopt;
428+
return std::nullopt;
429429
}
430430

431431
TEST_P(UnaryMessageFieldEqualsTest, Equals) {

0 commit comments

Comments
 (0)