remove whitespace

This commit is contained in:
jan 2017-09-05 11:00:50 -07:00
parent 583dd7b018
commit ccfd0f7f4f

View File

@ -303,7 +303,6 @@ class Arc(Shape):
start_angle -= pi start_angle -= pi
rotation += pi rotation += pi
angles = (start_angle, start_angle + delta_angle) angles = (start_angle, start_angle + delta_angle)
rotation %= 2 * pi rotation %= 2 * pi
width = self.width width = self.width