From ec023d6cf4e22aec8da1d939a7710adf2b7fd3a6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:03:49 +0000 Subject: [PATCH] style(pre-commit): autofix Signed-off-by: TaikiYamada4 --- .../traffic_light/missing_referrers_for_traffic_lights.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map/autoware_lanelet2_map_validator/docs/traffic_light/missing_referrers_for_traffic_lights.md b/map/autoware_lanelet2_map_validator/docs/traffic_light/missing_referrers_for_traffic_lights.md index 27dbd652..2346c1f7 100644 --- a/map/autoware_lanelet2_map_validator/docs/traffic_light/missing_referrers_for_traffic_lights.md +++ b/map/autoware_lanelet2_map_validator/docs/traffic_light/missing_referrers_for_traffic_lights.md @@ -8,8 +8,8 @@ mapping.traffic_light.missing_referrers This validator checks whether each `traffic_light` type regulatory element has been referred by at least one lanelet. -| Issue Code | Message | Severity | Primitive | Description | Approach | -| --------------------------------- | ----------------------------------------------------------------------------- | -------- | ------------------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | +| Issue Code | Message | Severity | Primitive | Description | Approach | +| --------------------------------- | ----------------------------------------------------------------------------- | -------- | ------------------ | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | TrafficLight.MissingReferrers-001 | Regulatory element of traffic light must be referred by at least one lanelet. | Error | Regulatory Element | There is a `traffic_light` type regulatory element that hasn't been referred by any lanelet. | The lanelet that might be controlled by the traffic light must refer this regulatory element. | ## Related source codes