Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Nov 11, 2022
1 parent c641bc5 commit 9b796e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fprime/fbuild/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def new_port(deployment: Path, build: Build):
return 0
regenerate(build)
print("")
print("#"*80)
print("#" * 80)
print("")
print(
"You have successfully created the port "
Expand All @@ -472,7 +472,7 @@ def new_port(deployment: Path, build: Build):
+ context["dir_name"]
)
print("")
print("#"*80)
print("#" * 80)
return 0
except OutputDirExistsException as out_directory_error:
print(f"{out_directory_error}", file=sys.stderr)
Expand Down

0 comments on commit 9b796e9

Please sign in to comment.