diff --git a/src/lib.rs b/src/lib.rs index 8e8ca11..f996f47 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -1588,7 +1588,7 @@ impl Triangulation { writeln!(f, "property float x").unwrap(); writeln!(f, "property float y").unwrap(); writeln!(f, "property float z").unwrap(); - writeln!(f, "element face {}\n", trs.len()).unwrap(); + writeln!(f, "element face {}", trs.len()).unwrap(); writeln!(f, "property list uchar int vertex_indices").unwrap(); writeln!(f, "end_header").unwrap(); //-- find one good vertice to replace the deleted one