Skip to content

Commit 908d6c8

Browse files
committed
Fix clippy
1 parent c1e4b8d commit 908d6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physical_plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl PyExecutionPlan {
8686
})?;
8787

8888
let codec = DefaultPhysicalExtensionCodec {};
89-
let plan = proto_plan.try_into_physical_plan(&ctx.ctx.task_ctx().as_ref(), &codec)?;
89+
let plan = proto_plan.try_into_physical_plan(ctx.ctx.task_ctx().as_ref(), &codec)?;
9090
Ok(Self::new(plan))
9191
}
9292

0 commit comments

Comments
 (0)