Skip to content

Commit

Permalink
Fix uncrustify failure
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Feb 10, 2020
1 parent 65f40ce commit 8fe3014
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rcl/test/rcl/test_subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ wait_for_subscription_to_be_ready(

/* Test subscription init, fini and is_valid functions
*/
TEST_F(CLASSNAME(TestSubscriptionFixture, RMW_IMPLEMENTATION),
test_subscription_init_fini_and_is_valid) {
TEST_F(
CLASSNAME(TestSubscriptionFixture, RMW_IMPLEMENTATION),
test_subscription_init_fini_and_is_valid)
{
rcl_ret_t ret;

const rosidl_message_type_support_t * ts =
Expand Down

0 comments on commit 8fe3014

Please sign in to comment.