Skip to content

Commit 60efd76

Browse files
committed
clippy
1 parent 364aa77 commit 60efd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/core/src/execution/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ impl PhysicalPlanner {
567567
true,
568568
false,
569569
))),
570-
_ => Ok(func),
570+
_ => func,
571571
}
572572
}
573573
ExprStruct::EqNullSafe(expr) => {

0 commit comments

Comments
 (0)