mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-09 08:45:51 +00:00
Run cargo fmt
This commit is contained in:
parent
a72c0ed188
commit
f7f09b324f
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user