Skip to content

Commit 57ce7e3

Browse files
style(pre-commit): autofix
1 parent bfe353e commit 57ce7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/image_projection_based_fusion/src/fusion_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ FusionNode<Msg, ObjType, Msg2D>::FusionNode(
132132
using tier4_autoware_utils::DebugPublisher;
133133
using tier4_autoware_utils::StopWatch;
134134
stop_watch_ptr_ = std::make_unique<StopWatch<std::chrono::milliseconds>>();
135-
debug_publisher_ = std::make_unique<DebugPublisher>(this,get_name());
135+
debug_publisher_ = std::make_unique<DebugPublisher>(this, get_name());
136136
stop_watch_ptr_->tic("cyclic_time");
137137
stop_watch_ptr_->tic("processing_time");
138138
}

0 commit comments

Comments
 (0)