From 103e72628c5ad99df46b0f009bea322e4e2a5b1a Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 19 Oct 2016 16:52:40 -0700 Subject: [PATCH] Remove extra spaces --- masque/shapes/arc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/masque/shapes/arc.py b/masque/shapes/arc.py index 1cba2ef..268c0c7 100644 --- a/masque/shapes/arc.py +++ b/masque/shapes/arc.py @@ -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) - -