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 Dec 5, 2024
1 parent cfb27f8 commit 1b907ca
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 @@ -364,8 +364,8 @@ void SYMBOL_CONCAT_2(
group_type_name, init_time);

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

0 comments on commit 1b907ca

Please sign in to comment.