Skip to content

Commit 8435f5f

Browse files
committed
style: Clean up whitespace in CMakeLists.txt
1 parent 57337e4 commit 8435f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rosbridge_server/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install(FILES
2222

2323
if(BUILD_TESTING)
2424
find_package(launch_testing_ament_cmake REQUIRED)
25-
25+
2626
# Run each test with both SingleThreadedExecutor and EventsExecutor
2727
set(TEST_FILES
2828
test/websocket/advertise_action.test.py
@@ -35,7 +35,7 @@ if(BUILD_TESTING)
3535
test/websocket/best_effort_publisher.test.py
3636
test/websocket/multiple_subscribers_raw.test.py
3737
)
38-
38+
3939
foreach(TEST_FILE ${TEST_FILES})
4040
# Extract base name for test naming
4141
get_filename_component(TEST_NAME ${TEST_FILE} NAME_WE)
@@ -45,7 +45,7 @@ if(BUILD_TESTING)
4545
TARGET ${TEST_NAME}_singlethreaded
4646
ARGS "use_events_executor:=false"
4747
)
48-
48+
4949
# Run with EventsExecutor
5050
add_launch_test(${TEST_FILE}
5151
TARGET ${TEST_NAME}_events

0 commit comments

Comments
 (0)