Update formatting

This commit is contained in:
Hanno Braun 2025-04-10 12:26:00 +02:00
parent 20dfb0f11b
commit 87dbb80db9

View File

@ -26,8 +26,8 @@ pub fn model(viewer: &Viewer) -> TriMesh {
.line_from([0.5, -0.5])
// connection to outer boundary
.line_from([-0.5, -0.5]);
// connection between last and first point is implicit, so we're
// done here
// connection between last and first point is implicit, so we're done
// here
let surface = Handle::new(Surface {
geometry: Box::new(SweptCurve {