Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Mar 27, 2024
1 parent 8f8a48b commit 36de8c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rosbag2_transport/src/rosbag2_transport/topic_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ bool TopicFilter::take_topic(
}
}

if (topic_type_in_list(topic_type, record_options_.exclude_topic_types))
{
if (topic_type_in_list(topic_type, record_options_.exclude_topic_types)) {
return false;
}

Expand Down

0 comments on commit 36de8c9

Please sign in to comment.