diff --git a/src/kernel/util.rs b/src/kernel/util.rs index 4c6e3ff1c..d31eede97 100644 --- a/src/kernel/util.rs +++ b/src/kernel/util.rs @@ -19,7 +19,7 @@ pub fn triangulate(points: Vec) -> Vec<[SurfacePoint; 3]> { Orientation::Cw => [v0, v2, v1], Orientation::None => { panic!( - "Triangle returned from triangulation isn't actually a\ + "Triangle returned from triangulation isn't actually a \ triangle" ); }