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 Nov 12, 2024
1 parent cfa0c26 commit 8d5f9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CARET_trace/src/hooked_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ void SYMBOL_CONCAT_2(
TRACEPOINT_PROVIDER, callback_group_to_executor_entity_collector, obj, group_addr, init_time);

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

0 comments on commit 8d5f9ed

Please sign in to comment.