Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 5447cc9 commit a997054
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CARET_trace/src/hooked_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,8 @@ void _ZN6rclcpp9executors28StaticSingleThreadedExecutorC1ERKNS_15ExecutorOptions
init_time);

#ifdef DEBUG_OUTPUT
std::cerr << "construct_static_executor,"
<< "static_single_threaded_executor"
<< "," << obj << "," << entities_collector_ptr << std::endl;
std::cerr << "construct_static_executor," << "static_single_threaded_executor" << "," << obj
<< "," << entities_collector_ptr << std::endl;
#endif
};
auto now = clock.now();
Expand Down

0 comments on commit a997054

Please sign in to comment.