Skip to content

Commit bf015d3

Browse files
committed
fmt
1 parent 04130a5 commit bf015d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iTriangle/src/advanced/delaunay.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ impl IntDelaunay {
274274

275275
#[cfg(test)]
276276
mod tests {
277-
use rand::RngExt;
278-
use crate::advanced::delaunay::DelaunayCondition;
277+
use crate::advanced::delaunay::DelaunayCondition;
279278
use crate::advanced::delaunay::DelaunayRefine;
280279
use crate::advanced::delaunay::IntDelaunay;
281280
use crate::advanced::delaunay::Vec;
@@ -289,6 +288,7 @@ use crate::advanced::delaunay::DelaunayCondition;
289288
use i_overlay::i_float::int::point::IntPoint;
290289
use i_overlay::i_shape::int::area::Area;
291290
use i_overlay::i_shape::int::path::IntPath;
291+
use rand::RngExt;
292292

293293
fn path(slice: &[[i32; 2]]) -> IntPath {
294294
slice.iter().map(|p| IntPoint::new(p[0], p[1])).collect()

0 commit comments

Comments
 (0)