Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 17, 2022
1 parent d8051ff commit 4dcb541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions planning/behavior_velocity_planner/src/utilization/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ SearchRangeIndex getPathIndexRangeIncludeLaneId(
bool found_first_idx = false;
for (size_t i = 0; i < path.points.size(); i++) {
const auto & p = path.points.at(i);
if (p.lane_ids.size() != 1)
continue;
if (p.lane_ids.size() != 1) continue;

if (lane_id == p.lane_ids.at(0)) {
if (!found_first_idx) {
Expand Down

0 comments on commit 4dcb541

Please sign in to comment.