Fix indentation

This commit is contained in:
Robert Haschke 2025-05-25 18:29:51 +02:00
parent 04234a09a1
commit f5987dd616

View File

@ -10,6 +10,6 @@ if (BUILD_TESTING)
ament_add_gtest_executable(test_execution test_task_execution.cpp)
add_launch_test(test_execution.launch.py TARGET test_execution
ARGS "test_binary:=$<TARGET_FILE:test_execution>")
ARGS "test_binary:=$<TARGET_FILE:test_execution>")
ament_target_dependencies(test_execution moveit_task_constructor_core)
endif()