Skip to content

Commit 7f288ba

Browse files
committed
chore: remove extra space in "This feature is not implemented yet."
1 parent 8bbe388 commit 7f288ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mastermind/main/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ def new_game_menu(self) -> bool:
4949
return True
5050
elif choice == "AI vs You":
5151
# GameController.start_new_game("AIvH")
52-
print("This feature is not implemented yet.")
52+
print("This feature is not implemented yet.")
5353
return True
5454
elif choice == "Solve External Game":
5555
# GameController.start_new_game("AIvAI")
56-
print("This feature is not implemented yet.")
56+
print("This feature is not implemented yet.")
5757
return True
5858
elif choice == "Return to Main Menu":
5959
return False # terminate the loop

0 commit comments

Comments
 (0)