Skip to content

Commit 8e646f2

Browse files
authored
remove white space from blank line
1 parent 6d0e214 commit 8e646f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_cgal/trimesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def from_off(cls, filepath, precision=None):
138138
def from_mesh(cls, mesh):
139139
V, F = mesh.to_vertices_and_faces()
140140
return cls(V, F)
141-
141+
142142
def to_mesh(self):
143143
return Mesh.from_vertices_and_faces(self.vertices, self.faces)
144144

0 commit comments

Comments
 (0)