Skip to content

Commit

Permalink
add new lines before and after the success message
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthJadhav authored Aug 1, 2021
1 parent f0d2af8 commit 4c50988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkdesigner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():

designer = Designer(token, file_key, output_path)
designer.design()
print(f"Project successfully generated at {output_path}.")
print(f"\nProject successfully generated at {output_path}.\n")


if __name__ == "__main__":
Expand Down

0 comments on commit 4c50988

Please sign in to comment.