Run cargo fmt

This commit is contained in:
Hanno Braun 2024-12-20 20:27:42 +01:00
parent 09a375d4bb
commit f776fedb68

View File

@ -1,7 +1,8 @@
use crate::{
geometry::{Shape, Sketch, Triangle},
math::{Bivector, Plane, Point, Vector},
storage::Store, topology::Vertex,
storage::Store,
topology::Vertex,
};
pub fn model(shape: &mut Shape) {