Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 1, 2024
1 parent 6cb8025 commit 8ca0095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/triangulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl Triangulation {
}

let mut cdt = ConstrainedDelaunayTriangulation::<Point2<f64>>::new();
Triangulation::add_constraint_edges(&mut cdt, &inner.exterior());
Triangulation::add_constraint_edges(&mut cdt, inner.exterior());

inner
.interiors()
Expand Down

0 comments on commit 8ca0095

Please sign in to comment.