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] authored and esteve committed Apr 2, 2024
1 parent 2679540 commit d275517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planning/behavior_velocity_planner/src/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ namespace autoware
{
namespace behavior_velocity_planner
{
using autoware_auto_mapping_msgs::msg::HADMapBin;
using autoware::behavior_velocity_planner::srv::LoadPlugin;
using autoware::behavior_velocity_planner::srv::UnloadPlugin;
using autoware_auto_mapping_msgs::msg::HADMapBin;
using tier4_planning_msgs::msg::VelocityLimit;

class BehaviorVelocityPlannerNode : public rclcpp::Node
Expand Down
3 changes: 2 additions & 1 deletion planning/behavior_velocity_planner/src/planner_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ diagnostic_msgs::msg::DiagnosticStatus makeStopReasonDiag(
} // namespace

BehaviorVelocityPlannerManager::BehaviorVelocityPlannerManager()
: plugin_loader_("behavior_velocity_planner", "autoware::behavior_velocity_planner::PluginInterface")
: plugin_loader_(
"behavior_velocity_planner", "autoware::behavior_velocity_planner::PluginInterface")
{
}

Expand Down

0 comments on commit d275517

Please sign in to comment.