Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and mojomex committed Jul 25, 2023
1 parent 12fce75 commit 98e1950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void RingOutlierFilterComponent::faster_filter(
}

auto field = (*input).fields.at(field_index);
if(field.datatype != expected_type) {
if (field.datatype != expected_type) {
RCLCPP_ERROR(
get_logger(), "Field %s has unexpected type %d (expected %d)", field_name.c_str(),
field.datatype, expected_type);
Expand Down

0 comments on commit 98e1950

Please sign in to comment.