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 Apr 9, 2024
1 parent 1d48d71 commit 78124a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

namespace autoware::behavior_path_planner
{
using ::behavior_path_planner::SceneModuleInterface;
using ::behavior_path_planner::LaneChangeInterface;
using ::behavior_path_planner::LaneChangeModuleManager;
using ::behavior_path_planner::LaneChangeModuleType;
using ::behavior_path_planner::LaneChangeInterface;
using ::behavior_path_planner::SceneModuleInterface;

class ExternalRequestLaneChangeRightModuleManager : public LaneChangeModuleManager
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

namespace autoware::behavior_path_planner
{
using ::behavior_path_planner::LaneChangeParameters;
using ::behavior_path_planner::NormalLaneChange;
using ::behavior_path_planner::Direction;
using ::behavior_path_planner::LaneChangeModuleType;
using ::behavior_path_planner::LaneChangeParameters;
using ::behavior_path_planner::NormalLaneChange;

class ExternalRequestLaneChange : public NormalLaneChange
{
Expand Down

0 comments on commit 78124a8

Please sign in to comment.