Skip to content

Commit

Permalink
[jsk_fetch_startup] Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Oct 19, 2022
1 parent 22a85c0 commit 85d1c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_fetch_robot/jsk_fetch_startup/euslisp/navigation-utils.l
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Args:
'((:init
'(lambda (userdata)
(fetch-init)
(undock)
(undock)
(send *ri* :clear-costmap)
(store-params)
(inflation-loose)
Expand All @@ -767,7 +767,7 @@ Args:
light-on)))
(:report-light-on
'(lambda (userdata)
(report-light-on)
(report-light-on)
(set-alist 'description "" userdata)
(set-alist 'image "" userdata)
t))
Expand Down

0 comments on commit 85d1c0a

Please sign in to comment.