Skip to content

Commit 9cd3b2f

Browse files
style(pre-commit): autofix
1 parent fb2868a commit 9cd3b2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sensing/pointcloud_preprocessor/src/vector_map_filter/lanelet2_map_filter_nodelet.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,8 @@ void Lanelet2MapFilterComponent::pointcloudCallback(const PointCloud2ConstPtr cl
226226
if (!transformPointCloud("map", cloud_msg, input_transformed_cloud_ptr.get())) {
227227
RCLCPP_ERROR_STREAM_THROTTLE(
228228
this->get_logger(), *this->get_clock(), std::chrono::milliseconds(10000).count(),
229-
"Failed transform from "
230-
<< "map"
231-
<< " to " << cloud_msg->header.frame_id);
229+
"Failed transform from " << "map"
230+
<< " to " << cloud_msg->header.frame_id);
232231
return;
233232
}
234233
pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZ>);

0 commit comments

Comments
 (0)