removed an excessive space

This commit is contained in:
otomo otonami 2022-08-07 09:22:16 +03:00
parent 5b74ecef52
commit a9b8409928

View File

@ -12,7 +12,6 @@ class GameLogic():
self.winRowLength = winRowLength self.winRowLength = winRowLength
self.individualMoves = individualMoves self.individualMoves = individualMoves
self.score = 0 self.score = 0
self.wait_for_input() self.wait_for_input()