Skip to content

Commit fd3136e

Browse files
nuno-fariakosiew
authored andcommitted
Fix clippy
1 parent f1d207e commit fd3136e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)