Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 28, 2022
1 parent d32ae80 commit 2c2306a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perception/image_projection_based_fusion/src/fusion_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ void FusionNode<Msg>::preprocess()

template <class Msg>
void FusionNode<Msg>::fusionCallback(
typename Msg::ConstSharedPtr input_msg,
DetectedObjectsWithFeature::ConstSharedPtr input_roi0_msg,
typename Msg::ConstSharedPtr input_msg, DetectedObjectsWithFeature::ConstSharedPtr input_roi0_msg,
DetectedObjectsWithFeature::ConstSharedPtr input_roi1_msg,
DetectedObjectsWithFeature::ConstSharedPtr input_roi2_msg,
DetectedObjectsWithFeature::ConstSharedPtr input_roi3_msg,
Expand Down

0 comments on commit 2c2306a

Please sign in to comment.