Skip to content

Commit

Permalink
Rename variable to prepare for follow-up change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 16, 2024
1 parent 2039371 commit ad31e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/operations/split/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl SplitEdge for Shell {

let [half_edge_a, half_edge_b] = half_edge
.split_half_edge(point, core)
.map(|half_edge| half_edge.insert(core));
.map(|half_edge_part| half_edge_part.insert(core));

let siblings = {
let [sibling_a, sibling_b] = sibling.split_half_edge(point, core);
Expand Down

0 comments on commit ad31e5f

Please sign in to comment.