Skip to content

Commit

Permalink
Fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Jun 14, 2024
1 parent b7730bf commit 9d6ef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intersection_iterator.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{HasPosition, Point2, Triangulation, TriangulationExt};
use crate::delaunay_core::math;
use crate::handles::{DirectedEdgeHandle, FixedVertexHandle, VertexHandle};
use crate::{HasPosition, Point2, Triangulation, TriangulationExt};

/// An iterator over all intersections of a straight line across the triangulation.
///
Expand Down

0 comments on commit 9d6ef86

Please sign in to comment.