Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 27, 2024
1 parent 4711115 commit b099494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ void AvoidanceByLaneChangeInterface::updateRTCStatus(
uuid_map_.at(direction), isExecutionReady(), start_distance, finish_distance, clock_->now());
}
} // namespace behavior_path_planner
} // namespace autoware
} // namespace autoware
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ double AvoidanceByLaneChange::calcLateralOffset() const
return additional_lat_offset;
}
} // namespace behavior_path_planner
} // namespace autoware
} // namespace autoware

0 comments on commit b099494

Please sign in to comment.