Skip to content

Commit ff2aefc

Browse files
committed
Revert whitespace change
1 parent 870885a commit ff2aefc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arcade/sprite/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ def color(self, color: RGBOrA255):
404404
if len(_a) > 1:
405405
raise ValueError(f"iterable must unpack to 3 or 4 values not {len(color)}")
406406
a = _a[0]
407-
408407
else:
409408
a = self._color.a
410409

0 commit comments

Comments
 (0)