Skip to content

Commit 2ec2557

Browse files
pre-commit-ci[bot]kaigohirao
authored andcommitted
style(pre-commit): autofix
Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
1 parent bc6c703 commit 2ec2557

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

Lines changed: 1 addition & 1 deletion
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)