Remove extra spaces
This commit is contained in:
parent
3a460a9296
commit
103e72628c
@ -269,5 +269,3 @@ class Arc(Shape):
|
|||||||
return (type(self), radii, angles, self.layer), \
|
return (type(self), radii, angles, self.layer), \
|
||||||
(self.offset, scale/norm_value, rotation, self.dose), \
|
(self.offset, scale/norm_value, rotation, self.dose), \
|
||||||
lambda: Arc(radii=radii*norm_value, angles=angles, layer=self.layer)
|
lambda: Arc(radii=radii*norm_value, angles=angles, layer=self.layer)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user