Skip to content

Commit 2a7ada1

Browse files
style(pre-commit): autofix
1 parent a53e0cd commit 2a7ada1

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils

1 file changed

+1
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils/data_structs.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ struct MinMaxValue
326326

327327
struct TransientData
328328
{
329-
MinMaxValue acc; // acceleration profile for accelerating lane change path
329+
MinMaxValue acc; // acceleration profile for accelerating lane change path
330330
Polygon2d current_footprint; // ego's polygon at current pose
331331

332332
MinMaxValue lane_changing_length; // lane changing length for a single lane change

0 commit comments

Comments
 (0)