Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 16, 2023
1 parent f48b3e7 commit 7657be1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,10 @@ bool AvoidanceModule::canYieldManeuver(const AvoidancePlanningData & data) const
const auto to_shift_start_point = calcSignedArcLength(
path_shifter_.getReferencePath().points, idx, registered_lines.front().start_idx);
if (to_shift_start_point < helper_.getMinimumPrepareDistance()) {
RCLCPP_DEBUG(getLogger(), "Distance to shift start point is less than minimum prepare distance. The distance is not enough.");
RCLCPP_DEBUG(
getLogger(),
"Distance to shift start point is less than minimum prepare distance. The distance is not "
"enough.");
return false;

Check warning on line 455 in planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp

View check run for this annotation

Codecov / codecov/patch

planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp#L455

Added line #L455 was not covered by tests
}
}
Expand Down

0 comments on commit 7657be1

Please sign in to comment.