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 Mar 11, 2024
1 parent 520ab39 commit 70fbecd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CARET_trace/src/tracing_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,8 @@ TracingController::TracingController(bool use_log)
}

is_ignored_process_ =
ignored_process_names_.size() > 0 &&
partial_match(ignored_process_names_, std::string(program_invocation_short_name));

ignored_process_names_.size() > 0 &&
partial_match(ignored_process_names_, std::string(program_invocation_short_name));

check_condition_set(selected_node_names_, use_log);
check_condition_set(ignored_node_names_, use_log);
Expand Down

0 comments on commit 70fbecd

Please sign in to comment.