Skip to content

Commit ff55aa8

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 949876625
1 parent 070dfcb commit ff55aa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eval/eval/shadowable_value_step.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ absl::Status DirectShadowableValueStep::Evaluate(
8585

8686
absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateShadowableValueStep(
8787
absl::string_view name, cel::Value value, int64_t expr_id) {
88-
return absl::make_unique<ShadowableValueStep>(std::string(name),
89-
std::move(value), expr_id);
88+
return std::make_unique<ShadowableValueStep>(std::string(name),
89+
std::move(value), expr_id);
9090
}
9191

9292
std::unique_ptr<DirectExpressionStep> CreateDirectShadowableValueStep(

0 commit comments

Comments
 (0)