From 3213947164586d01f5b71ac17f0cf056778afc0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:00:31 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../src/interface.cpp | 2 +- .../behavior_path_avoidance_by_lane_change_module/src/scene.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/planning/behavior_path_avoidance_by_lane_change_module/src/interface.cpp b/planning/behavior_path_avoidance_by_lane_change_module/src/interface.cpp index 5dec22f0dbb4e..cc7297f24a03a 100644 --- a/planning/behavior_path_avoidance_by_lane_change_module/src/interface.cpp +++ b/planning/behavior_path_avoidance_by_lane_change_module/src/interface.cpp @@ -63,4 +63,4 @@ void AvoidanceByLaneChangeInterface::updateRTCStatus( uuid_map_.at(direction), isExecutionReady(), start_distance, finish_distance, clock_->now()); } } // namespace behavior_path_planner -} // namespace autoware \ No newline at end of file +} // namespace autoware diff --git a/planning/behavior_path_avoidance_by_lane_change_module/src/scene.cpp b/planning/behavior_path_avoidance_by_lane_change_module/src/scene.cpp index 9575444786973..e71614518c581 100644 --- a/planning/behavior_path_avoidance_by_lane_change_module/src/scene.cpp +++ b/planning/behavior_path_avoidance_by_lane_change_module/src/scene.cpp @@ -296,4 +296,4 @@ double AvoidanceByLaneChange::calcLateralOffset() const return additional_lat_offset; } } // namespace behavior_path_planner -} // namespace autoware \ No newline at end of file +} // namespace autoware