Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2022
1 parent 015be4b commit af1fa89
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ void Lanelet2MapVisualizationNode::onMapBin(
lanelet::utils::query::crosswalkLanelets(all_lanelets);
lanelet::ConstLanelets walkway_lanelets = lanelet::utils::query::walkwayLanelets(all_lanelets);

if (road_lanelets.size() + shoulder_lanelets.size() + crosswalk_lanelets.size() +
walkway_lanelets.size() != all_lanelets.size()) {
if (
road_lanelets.size() + shoulder_lanelets.size() + crosswalk_lanelets.size() +
walkway_lanelets.size() !=
all_lanelets.size()) {
RCLCPP_WARN_STREAM(
this->get_logger(),
"The correct subtype must be defined for each lanelet."
Expand Down

0 comments on commit af1fa89

Please sign in to comment.