Skip to content

Commit

Permalink
nit: Strip whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: danceratopz <[email protected]>
  • Loading branch information
raxhvl and danceratopz authored Nov 18, 2024
1 parent bdb4bcd commit 52896cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/make/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test():
eip_number = input_text("Enter the EIP number")

# TODO: Perhaps get the EIP name from the number using an API?
eip_name = input_text("Enter the EIP name")
eip_name = input_text("Enter the EIP name").strip()

file_name = f"test_{eip_name.lower().replace(' ', '_')}.py"

Expand Down

0 comments on commit 52896cb

Please sign in to comment.