Skip to content

Commit 48a8999

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in 4a92320 according to the output from Autopep8. Details: None
1 parent a9c264f commit 48a8999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brick_game/brick.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def draw_text(text, font, w_brick, x, y):
247247
if game_over != 0:
248248
my_ball = False
249249

250-
251250
if not my_ball:
252251
if game_over == 0:
253252
draw_text('CLICK ANYWHERE TO START', font,

0 commit comments

Comments
 (0)