Remove unrelated whitespace change

This commit is contained in:
Michael Greminger
2019-06-24 10:47:54 -05:00
parent 9b568aed84
commit 793f4cfd17

View File

@ -2891,3 +2891,4 @@ class Workplane(CQ):
return '&lt {} &gt'.format(self.__repr__()[1:-1])
else:
return Compound.makeCompound(self.objects)._repr_html_()