Skip to content

Commit 32e4b0f

Browse files
style(pre-commit): autofix
1 parent d09c600 commit 32e4b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_velocity_no_stopping_area_module/src/scene_no_stopping_area.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Polygon2d NoStoppingAreaModule::generateEgoNoStoppingAreaLanePolygon(
339339

340340
// do not take extra distance and exit as soon as p is outside no stopping area
341341
// just a temporary fix
342-
ego_area_end_idx = i-1;
342+
ego_area_end_idx = i - 1;
343343
break;
344344
}
345345
if (dist_from_start_sum > extra_dist || dist_from_area_sum > margin) {

0 commit comments

Comments
 (0)