Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 12, 2024
1 parent 15d0ead commit 5eb194c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turtlebot4_setup/ros_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ def install(self):

turtlebot4_job.symlink = True
turtlebot4_job.add(package='turtlebot4_bringup',
filename='launch/{0}.launch.py'.format(
self.conf.get(SystemOptions.MODEL)))
filename='launch/{0}.launch.py'.format(
self.conf.get(SystemOptions.MODEL)))
turtlebot4_job.install()

if self.conf.get(DiscoveryOptions.ENABLED):
Expand Down

0 comments on commit 5eb194c

Please sign in to comment.