Skip to content

Commit e21947a

Browse files
authored
remove white space
1 parent 05aacdf commit e21947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/datastructures/mesh/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def is_line(self):
7474
@property
7575
def is_polygon(self):
7676
return len(self.intersections) >= 3
77-
77+
7878
@property
7979
def is_mesh_closed(self):
8080
return self.mesh.is_closed()

0 commit comments

Comments
 (0)