Skip to content

Commit 52f9ecf

Browse files
committed
lint
1 parent ca9f5eb commit 52f9ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/scene/volmeshobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def draw(self):
154154
guids += self.draw_faces(faces=self.show_faces, color=self.facecolor, group=self.group)
155155
if self.show_cells:
156156
guids += self.draw_cells(cells=self.show_cells, color=self.cellcolor, group=self.group)
157-
157+
158158
self._guids = guids
159159

160160
return self.guids

0 commit comments

Comments
 (0)