Update formatting

This commit is contained in:
Hanno Braun 2025-05-23 12:44:41 +02:00
parent 550370fe66
commit 0fe94bfd79

View File

@ -49,6 +49,7 @@ pub fn model(viewer: &Viewer) -> TriMesh {
}), }),
[1.], [1.],
); );
solid.to_tri_mesh(tolerance) solid.to_tri_mesh(tolerance)
}; };