Skip to content

Commit bfd968e

Browse files
style(pre-commit): autofix
1 parent cb86cf1 commit bfd968e

File tree

1 file changed

+1
-2
lines changed
  • planning/behavior_path_avoidance_by_lane_change_module/include/behavior_path_avoidance_by_lane_change_module

1 file changed

+1
-2
lines changed

planning/behavior_path_avoidance_by_lane_change_module/include/behavior_path_avoidance_by_lane_change_module/scene.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class AvoidanceByLaneChange : public NormalLaneChange
6060
std::optional<ObjectData> createObjectData(
6161
const AvoidancePlanningData & data, const PredictedObject & object) const;
6262

63-
void fillAvoidanceTargetObjects(
64-
AvoidancePlanningData & data, AvoidanceDebugData & debug) const;
63+
void fillAvoidanceTargetObjects(AvoidancePlanningData & data, AvoidanceDebugData & debug) const;
6564

6665
double calcMinAvoidanceLength(const ObjectData & nearest_object) const;
6766
double calcMinimumLaneChangeLength() const;

0 commit comments

Comments
 (0)