Skip to content

Commit b099494

Browse files
style(pre-commit): autofix
1 parent 4711115 commit b099494

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
@@ -296,4 +296,4 @@ double AvoidanceByLaneChange::calcLateralOffset() const
296296
return additional_lat_offset;
297297
}
298298
} // namespace behavior_path_planner
299-
} // namespace autoware
299+
} // namespace autoware

0 commit comments

Comments
 (0)