Run cargo fmt

This commit is contained in:
Hanno Braun 2024-10-25 20:54:32 +02:00
parent a72c0ed188
commit f7f09b324f
2 changed files with 4 additions and 5 deletions

View File

@ -4,7 +4,7 @@ use fj_math::{Circle, Line, Point};
use crate::{
geometry::{
surfaces::SweptCurve, repr::tri_mesh::convert_point_surface_to_global,
repr::tri_mesh::convert_point_surface_to_global, surfaces::SweptCurve,
CurveBoundary, Geometry, Path, Tolerance,
},
storage::Handle,
@ -213,9 +213,8 @@ mod tests {
circle::approx_circle, curve::approx_curve, ApproxPoint,
},
geometry::{
surfaces::SweptCurve,
repr::tri_mesh::convert_point_surface_to_global, CurveBoundary,
Path,
repr::tri_mesh::convert_point_surface_to_global,
surfaces::SweptCurve, CurveBoundary, Path,
},
operations::build::BuildSurface,
topology::Surface,

View File

@ -2,10 +2,10 @@ use fj_math::{Circle, Line, Vector};
use crate::{
geometry::{
surfaces::SweptCurve,
repr::tri_mesh::{
convert_point_surface_to_global, convert_vector_surface_to_global,
},
surfaces::SweptCurve,
Path,
},
operations::build::BuildSurface,