From a614afa7fac954c36aa549c1214608e801bf47d2 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 11 Dec 2023 10:42:24 +0100 Subject: [PATCH] (CMakeLists.txt) Add missing newline at EOF --- people_tracking/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people_tracking/CMakeLists.txt b/people_tracking/CMakeLists.txt index d9a6be7..89044b7 100644 --- a/people_tracking/CMakeLists.txt +++ b/people_tracking/CMakeLists.txt @@ -59,4 +59,4 @@ install( if (CATKIN_ENABLE_TESTING) find_package(catkin_lint_cmake REQUIRED) catkin_add_catkin_lint_test(-W2) -endif() \ No newline at end of file +endif()