From d3e49eb6ca733db70ec78cf7c2af44e1458ba0b7 Mon Sep 17 00:00:00 2001 From: Shintaro Sakoda Date: Mon, 28 Oct 2024 08:46:25 +0900 Subject: [PATCH] Added a trailing break line Signed-off-by: Shintaro Sakoda --- .../launch/pointcloud_preprocessor.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py b/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py index d59c175..7ff1f30 100644 --- a/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py +++ b/awsim_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py @@ -93,4 +93,4 @@ def add_launch_arg(name: str, default_value=None): launch_arguments + [set_container_executable, set_container_mt_executable] + [OpaqueFunction(function=launch_setup)] - ) \ No newline at end of file + )