Skip to content

Commit f5a8a0e

Browse files
committed
Pre-commit
1 parent e93b277 commit f5a8a0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

launch/display_openarm.launch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ def generate_launch_description():
133133

134134
robot_state_publisher_loader = OpaqueFunction(
135135
function=robot_state_publisher_spawner,
136-
args=[arm_type, ee_type, bimanual, ros2_control, hardware_type, use_fake_hardware]
136+
args=[arm_type, ee_type, bimanual, ros2_control,
137+
hardware_type, use_fake_hardware]
137138
)
138139

139140
rviz_loader = OpaqueFunction(

0 commit comments

Comments
 (0)