Skip to content

Commit 43d5b57

Browse files
style(pre-commit): autofix
1 parent 60737b5 commit 43d5b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

planning/behavior_path_avoidance_by_lane_change_module/src/interface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ void AvoidanceByLaneChangeInterface::updateRTCStatus(
6363
uuid_map_.at(direction), isExecutionReady(), start_distance, finish_distance, clock_->now());
6464
}
6565
} // namespace behavior_path_planner
66-
} // namespace autoware
66+
} // namespace autoware

planning/behavior_path_avoidance_by_lane_change_module/src/scene.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ double AvoidanceByLaneChange::calcLateralOffset() const
301301
return additional_lat_offset;
302302
}
303303
} // namespace behavior_path_planner
304-
} // namespace autoware
304+
} // namespace autoware

0 commit comments

Comments
 (0)