refactor: code cleanup

This commit is contained in:
2021-06-03 19:22:32 +02:00
parent 4c33e824f9
commit 29f5eed2fb
6 changed files with 1 additions and 84 deletions

View File

@ -164,7 +164,7 @@ class GameLogicTest {
server.startGame(player1Selection, player2Selection);
System.out.println(server.toString());
System.out.println(server);
}