Skip to content

Commit cdb0ccf

Browse files
style(pre-commit): autofix
1 parent ff58a71 commit cdb0ccf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: sensing/pointcloud_preprocessor/src/filter.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ pointcloud_preprocessor::Filter::Filter(
9393
pub_options.qos_overriding_options = rclcpp::QosOverridingOptions::with_default_policies();
9494

9595
pub_output_ = this->create_publisher<PointCloud2>(
96-
"output", rclcpp::SystemDefaultsQoS().keep_last(max_queue_size_),
97-
pub_options);
96+
"output", rclcpp::SystemDefaultsQoS().keep_last(max_queue_size_), pub_options);
9897
}
9998

10099
subscribe(filter_name);

0 commit comments

Comments
 (0)