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 May 29, 2024
1 parent a51fe5f commit 1f69d89
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
#include <utility>
namespace autoware::behavior_velocity_planner
{
using lanelet::TrafficLight;
using tier4_autoware_utils::getOrDeclareParameter;
using ::behavior_velocity_planner::PlanningBehavior;
using ::behavior_velocity_planner::SceneModuleInterface;
using ::behavior_velocity_planner::SceneModuleManagerInterfaceWithRTC;
using ::behavior_velocity_planner::State;
using lanelet::TrafficLight;
using tier4_autoware_utils::getOrDeclareParameter;
namespace planning_utils = ::behavior_velocity_planner::planning_utils;

TrafficLightModuleManager::TrafficLightModuleManager(rclcpp::Node & node)
Expand Down Expand Up @@ -198,4 +198,5 @@ bool TrafficLightModuleManager::hasSameTrafficLight(

#include <pluginlib/class_list_macros.hpp>
PLUGINLIB_EXPORT_CLASS(
autoware::behavior_velocity_planner::TrafficLightModulePlugin, behavior_velocity_planner::PluginInterface)
autoware::behavior_velocity_planner::TrafficLightModulePlugin,
behavior_velocity_planner::PluginInterface)

0 comments on commit 1f69d89

Please sign in to comment.