Skip to content

Commit 9d13188

Browse files
authored
remove trailing whitespace (#2456)
1 parent 3663d70 commit 9d13188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arcade/camera/camera_2d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ def point_in_view(self, point: Point2) -> bool:
484484
"""
485485
# This is unwrapped from standard Vec2 operations,
486486
# The construction and garbage collection of the vectors would
487-
# increase this method's cost by ~4x
488-
487+
# increase this method's cost by ~4x
488+
489489
pos = self.position
490490
diff = point[0] - pos[0], point[1] - pos[1]
491491

0 commit comments

Comments
 (0)