Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2023
1 parent e5f24f6 commit 102b97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control/predicted_path_checker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ ament_auto_package(
INSTALL_TO_SHARE
launch
config
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,5 @@ void PredictedPathCheckerNode::filterObstacles(
} // namespace autoware::motion::control::predicted_path_checker

#include <rclcpp_components/register_node_macro.hpp>
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::motion::control::predicted_path_checker::PredictedPathCheckerNode)
RCLCPP_COMPONENTS_REGISTER_NODE(
autoware::motion::control::predicted_path_checker::PredictedPathCheckerNode)

0 comments on commit 102b97f

Please sign in to comment.