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