Skip to content

Commit

Permalink
Trying to fit formatting requirements better
Browse files Browse the repository at this point in the history
  • Loading branch information
schielb authored Aug 31, 2023
1 parent 2b21905 commit b3fe683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/tetris/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def run(self):
self.draw_shape(prev_shape_location, erase=True)
self.draw_shape(shape_location)
prev_shape_location = shape_location.copy()
mixer.music.load('./demos/tetris/trickle.mp3')
mixer.music.load("./demos/tetris/trickle.mp3")
mixer.music.play()

is_falling = self.is_falling(shape_location)
Expand Down

0 comments on commit b3fe683

Please sign in to comment.