Skip to content

Commit

Permalink
Refs #12601: linters
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed Sep 29, 2021
1 parent 4e2f375 commit 48f16a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/api/dds-pim/PubSubWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ class PubSubWriter
{
return (ReturnCode_t::RETCODE_OK ==
datawriter_->wait_for_acknowledgments(data, instance_handle,
eprosima::fastrtps::Time_t(static_cast<int32_t>(max_wait.count()), 0)));
eprosima::fastrtps::Time_t(static_cast<int32_t>(max_wait.count()), 0)));
}

void block_until_discover_topic(
Expand Down

0 comments on commit 48f16a5

Please sign in to comment.