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 Sep 6, 2024
1 parent 0b4c615 commit 7aed2a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ class CrosswalkModule : public SceneModuleInterface
const std::optional<StopFactor> & stop_factor_for_stuck_vehicles);

void setDistanceToStop(
const PathWithLaneId & ego_path,
const geometry_msgs::msg::Pose & default_stop_pose,
const PathWithLaneId & ego_path, const geometry_msgs::msg::Pose & default_stop_pose,
const std::optional<StopFactor> & stop_factor);

void planGo(PathWithLaneId & ego_path, const std::optional<StopFactor> & stop_factor) const;
Expand Down

0 comments on commit 7aed2a1

Please sign in to comment.