Skip to content

Commit

Permalink
Removed whitespace before :
Browse files Browse the repository at this point in the history
  • Loading branch information
jriyyya committed Jun 11, 2023
1 parent 5415a4a commit f89dd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockParty.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(self, toplevel_window, da, font_face='Sans', font_size=14,
gcs=0, score_path=None):

ghost_colors = []
for clr in self.colors :
for clr in self.colors:
ghost_color = clr.copy()
ghost_color.alpha = 0.3
ghost_colors.append(ghost_color)
Expand Down

0 comments on commit f89dd40

Please sign in to comment.