Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

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 Jun 10, 2024
1 parent 1b38109 commit 12313f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmp/lanelet2_extension/lib/visualization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ visualization_msgs::msg::MarkerArray visualization::detectionAreasAsMarkerArray(
marker.colors.push_back(c);
}
} // for triangles0
} // for detection areas
} // for detection areas
marker_array.markers.push_back(marker);

// stop line visualization
Expand Down Expand Up @@ -761,7 +761,7 @@ visualization_msgs::msg::MarkerArray visualization::noParkingAreasAsMarkerArray(
marker.colors.push_back(c);
}
} // for triangles0
} // for no_parking areas
} // for no_parking areas
marker_array.markers.push_back(marker);
} // for regulatory elements
return marker_array;
Expand Down Expand Up @@ -831,7 +831,7 @@ visualization_msgs::msg::MarkerArray visualization::noStoppingAreasAsMarkerArray
marker.colors.push_back(c);
}
} // for triangles0
} // for no_stopping areas
} // for no_stopping areas
marker_array.markers.push_back(marker);
const auto & stop_line = no_reg_elem->stopLine();
// stop line visualization
Expand Down

0 comments on commit 12313f0

Please sign in to comment.