Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardvdketterij committed Feb 16, 2024
1 parent 41923ff commit 317d13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smach_ros/smach_ros/introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ def __init__(self, server_name, state, path):
self._path = path

def start(self):
# Construct proxies
self.construct(self._server_name, self._state, self._path)
# Construct proxies
self.construct(self._server_name, self._state, self._path)

def stop(self):
for proxy in self._proxies:
Expand Down

0 comments on commit 317d13e

Please sign in to comment.