Skip to content

Commit

Permalink
Fix clippy (surprised that this isn't fixed by --fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 13, 2023
1 parent e5b9d5b commit 09cfa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/optimizer/plan_node/generic/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ impl<PlanRef> Delete<PlanRef> {
returning: bool,
) -> Self {
Self {
input,
table_name,
table_id,
table_version_id,
input,
returning,
}
}
Expand Down

0 comments on commit 09cfa99

Please sign in to comment.