Skip to content

Commit 60898bc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ad8740a commit 60898bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mastermind/ui/menu/resume_game_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _render_data(self, data: pd.DataFrame) -> None:
3434
"""
3535
Renders the list of continuable games.
3636
"""
37-
data.index = [f"({i+1})" for i in data.index]
37+
data.index = [f"({i + 1})" for i in data.index]
3838
render_dataframe(data)
3939
print("\n(0) Return to Main Menu")
4040

0 commit comments

Comments
 (0)