Skip to content

Commit 2d74cf6

Browse files
committed
Format
1 parent a7110bb commit 2d74cf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

robotiq_hande_driver/bringup/launch/gripper_controller_preview.launch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ def generate_launch_description():
7171
)
7272
declared_arguments.append(
7373
DeclareLaunchArgument(
74-
"socat_port", default_value="54321", description="Set TCP port for connection."
74+
"socat_port",
75+
default_value="54321",
76+
description="Set TCP port for connection.",
7577
)
7678
)
7779

0 commit comments

Comments
 (0)