Skip to content

Commit 7f3e2da

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 937159464
1 parent b548c7d commit 7f3e2da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/protobuf/internal/qualify.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ absl::StatusOr<absl::optional<google::protobuf::MapValueConstRef>> LookupMapValu
145145
bool found = cel::extensions::protobuf_internal::LookupMapValue(
146146
*reflection, *message, *field_desc, proto_key, &value_ref);
147147
if (!found) {
148-
return absl::nullopt;
148+
return std::nullopt;
149149
}
150150
return value_ref;
151151
}

0 commit comments

Comments
 (0)