Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kszlim authored Apr 16, 2024
1 parent 46f2d87 commit 49b8fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-lazy/src/physical_plan/expressions/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ impl PhysicalExpr for WindowExpr {
std::mem::replace(opt_join_tuples, default_join_ids())
} else {
// Drop guard as we go into rayon when grabbing join tuples.
drop(jt_map_guard);
drop(jt_map_guard);
get_join_tuples()?
}
} else {
Expand Down

0 comments on commit 49b8fb4

Please # to comment.