Skip to content

Commit c248290

Browse files
committed
[fix] lint_cmake
1 parent 052d3f1 commit c248290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ file(GLOB TEST_SOURCE "*_test.cpp")
33

44
if(TEST_SOURCE)
55
find_package(ament_index_cpp REQUIRED)
6-
6+
77
foreach(TEST_FILE ${TEST_SOURCE})
88
get_filename_component(TEST_NAME ${TEST_FILE} NAME_WE)
99

0 commit comments

Comments
 (0)