Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed May 17, 2023
1 parent 9aa911a commit 3fb8202
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,8 @@ TEST_F(TestGenericSystem, gpio_with_initial_value_)

TEST_F(TestGenericSystem, disabled_commands_flag_is_active)
{
auto urdf = ros2_control_test_assets::urdf_head + disabled_commands_ +
ros2_control_test_assets::urdf_tail;
auto urdf =
ros2_control_test_assets::urdf_head + disabled_commands_ + ros2_control_test_assets::urdf_tail;
TestableResourceManager rm(urdf);
// Activate components to get all interfaces available
activate_components(rm);
Expand Down

0 comments on commit 3fb8202

Please sign in to comment.