Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaime2 committed Dec 18, 2024
1 parent 765ff3f commit a25f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ada_hardware/launch/ada_hardware.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def generate_launch_description():
"end_effector_tool",
default_value="none",
description="The end-effector tool being used: 'none', 'fork', 'articulable_fork'",
choices=['none', 'fork', 'articulable_fork']
choices=["none", "fork", "articulable_fork"],
)
)
declared_arguments.append(
Expand Down

0 comments on commit a25f7aa

Please sign in to comment.