Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: yamasaki <[email protected]>
  • Loading branch information
ymski committed Aug 24, 2023
1 parent c73dad4 commit 89c908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main(self, *, args):
'ros2:rcl_*init',
'ros2_caret:rcl_*init',
'ros2_caret:caret_init']
if os.environ['ROS_DISTRO'] in ['iron' or'rolling']:
if os.environ['ROS_DISTRO'] in ['iron' or 'rolling']:
events_ust.append('ros2:rcl_publish')
else:
events_ust = ['ros*']
Expand Down

0 comments on commit 89c908c

Please sign in to comment.