Skip to content

Commit

Permalink
Add newline to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 12, 2024
1 parent 6519d9b commit 15d0ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot4_setup/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def __init__(self, text: str, display_help_title=True) -> None:
if display_help_title:
super().__init__(self.title + text, [])
else:
super().__init__(text, [])
super().__init__(text, [])

0 comments on commit 15d0ead

Please sign in to comment.