Skip to content

Commit ecae52d

Browse files
style(pre-commit): autofix
1 parent 43f28e6 commit ecae52d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

planning/behavior_path_external_request_lane_change_module/test/test_behavior_path_planner_node_interface.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ std::shared_ptr<BehaviorPathPlannerNode> generateNode()
5151
ament_index_cpp::get_package_share_directory("behavior_path_lane_change_module");
5252

5353
std::vector<std::string> module_names;
54-
module_names.emplace_back("autoware::behavior_path_planner::ExternalRequestLaneChangeRightModuleManager");
55-
module_names.emplace_back("autoware::behavior_path_planner::ExternalRequestLaneChangeLeftModuleManager");
54+
module_names.emplace_back(
55+
"autoware::behavior_path_planner::ExternalRequestLaneChangeRightModuleManager");
56+
module_names.emplace_back(
57+
"autoware::behavior_path_planner::ExternalRequestLaneChangeLeftModuleManager");
5658

5759
std::vector<rclcpp::Parameter> params;
5860
params.emplace_back("launch_modules", module_names);

0 commit comments

Comments
 (0)