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

Commit a47d2b5

Browse files
style(pre-commit): autofix
1 parent f4f43ee commit a47d2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tmp/lanelet2_extension/lib/visualization.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ visualization_msgs::msg::MarkerArray visualization::detectionAreasAsMarkerArray(
694694
marker.colors.push_back(c);
695695
}
696696
} // for triangles0
697-
} // for detection areas
697+
} // for detection areas
698698
marker_array.markers.push_back(marker);
699699

700700
// stop line visualization
@@ -761,7 +761,7 @@ visualization_msgs::msg::MarkerArray visualization::noParkingAreasAsMarkerArray(
761761
marker.colors.push_back(c);
762762
}
763763
} // for triangles0
764-
} // for no_parking areas
764+
} // for no_parking areas
765765
marker_array.markers.push_back(marker);
766766
} // for regulatory elements
767767
return marker_array;
@@ -831,7 +831,7 @@ visualization_msgs::msg::MarkerArray visualization::noStoppingAreasAsMarkerArray
831831
marker.colors.push_back(c);
832832
}
833833
} // for triangles0
834-
} // for no_stopping areas
834+
} // for no_stopping areas
835835
marker_array.markers.push_back(marker);
836836
const auto & stop_line = no_reg_elem->stopLine();
837837
// stop line visualization

0 commit comments

Comments
 (0)