mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-10 17:25:57 +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::{
|
use crate::{
|
||||||
geometry::{
|
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,
|
CurveBoundary, Geometry, Path, Tolerance,
|
||||||
},
|
},
|
||||||
storage::Handle,
|
storage::Handle,
|
||||||
@ -213,9 +213,8 @@ mod tests {
|
|||||||
circle::approx_circle, curve::approx_curve, ApproxPoint,
|
circle::approx_circle, curve::approx_curve, ApproxPoint,
|
||||||
},
|
},
|
||||||
geometry::{
|
geometry::{
|
||||||
surfaces::SweptCurve,
|
repr::tri_mesh::convert_point_surface_to_global,
|
||||||
repr::tri_mesh::convert_point_surface_to_global, CurveBoundary,
|
surfaces::SweptCurve, CurveBoundary, Path,
|
||||||
Path,
|
|
||||||
},
|
},
|
||||||
operations::build::BuildSurface,
|
operations::build::BuildSurface,
|
||||||
topology::Surface,
|
topology::Surface,
|
||||||
|
@ -2,10 +2,10 @@ use fj_math::{Circle, Line, Vector};
|
|||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
geometry::{
|
geometry::{
|
||||||
surfaces::SweptCurve,
|
|
||||||
repr::tri_mesh::{
|
repr::tri_mesh::{
|
||||||
convert_point_surface_to_global, convert_vector_surface_to_global,
|
convert_point_surface_to_global, convert_vector_surface_to_global,
|
||||||
},
|
},
|
||||||
|
surfaces::SweptCurve,
|
||||||
Path,
|
Path,
|
||||||
},
|
},
|
||||||
operations::build::BuildSurface,
|
operations::build::BuildSurface,
|
||||||
|
Loading…
Reference in New Issue
Block a user