Skip to content

Commit 265163e

Browse files
authored
Merge pull request #4 from Tejax-v2/spacebug
fix: space bug fixed
2 parents 0beda8a + ae96954 commit 265163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli_tools/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def wait_for_enter():
1919
def get_user_input(message: str):
2020
"""Method to ask for user input, but uses following format:
2121
'What is your name? >>> '"""
22-
return input(f"{message} >>>")
22+
return input(f"{message} >>> ")

0 commit comments

Comments
 (0)