Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Dec 27, 2023
1 parent ae34f19 commit 7606147
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drake_ros/core/test/test_clock_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ TEST(Integration, clock_system) {
auto subscription =
direct_ros_node->create_subscription<rosgraph_msgs::msg::Clock>(
"/clock", rclcpp::ClockQoS(),
[&](const rosgraph_msgs::msg::Clock::SharedPtr) {
msg_counter++;
});
[&](const rosgraph_msgs::msg::Clock::SharedPtr) { msg_counter++; });

simulator->AdvanceTo(simulator_context.get_time() + 1.0);
rclcpp::spin_some(direct_ros_node);
Expand Down

0 comments on commit 7606147

Please sign in to comment.