Skip to content

Commit dcb7db0

Browse files
Felix Exnerfmauch
authored andcommitted
Whitespace fixes
1 parent be63d55 commit dcb7db0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

test/test_ur_urdf_xacro.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838

3939
def test_ur_urdf_xacro():
40-
4140
# Initialize Arguments
4241
ur_type = "ur3"
4342
safety_limits = "true"

test/test_view_ur_launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
# Executes the given launch file and checks if all nodes can be started
4242
@pytest.mark.rostest
4343
def generate_test_description():
44-
4544
launch_include = IncludeLaunchDescription(
4645
PythonLaunchDescriptionSource(
4746
os.path.join(get_package_share_directory("ur_description"), "launch/view_ur.launch.py")

urdf/ur_macro.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
trajectory_port:=50003
9393
non_blocking_read:=false
9494
keep_alive_count:=2"
95-
95+
9696
>
9797

9898
<!-- Load configuration data from the provided .yaml files -->

0 commit comments

Comments
 (0)