Remove extra spaces

This commit is contained in:
jan 2016-10-19 16:52:40 -07:00
parent 3a460a9296
commit 103e72628c

View File

@ -269,5 +269,3 @@ class Arc(Shape):
return (type(self), radii, angles, self.layer), \
(self.offset, scale/norm_value, rotation, self.dose), \
lambda: Arc(radii=radii*norm_value, angles=angles, layer=self.layer)