corrected formattiong

This commit is contained in:
vikiawv
2025-11-22 09:01:33 +01:00
committed by Konstantin Pastbin
parent 30e5657c4f
commit 095040a060

View File

@@ -665,11 +665,11 @@ class SwitzerlandRoadShieldParser : public HighwayClassRoadShieldParser
public: public:
explicit SwitzerlandRoadShieldParser(HighwayClass const & highwayClass) explicit SwitzerlandRoadShieldParser(HighwayClass const & highwayClass)
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass, : HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
{{HighwayClass::Motorway, RoadShieldType::Highway_Hexagon_Red}, {{HighwayClass::Motorway, RoadShieldType::Highway_Hexagon_Red},
{{HighwayClass::Primary, RoadShieldType::Generic_Blue}, {{HighwayClass::Primary, RoadShieldType::Generic_Blue},
{{HighwayClass::Secondary, RoadShieldType::Generic_White}, {{HighwayClass::Secondary, RoadShieldType::Generic_White},
{{HighwayClass::Tertiary, RoadShieldType::Generic_White}}) {{HighwayClass::Tertiary, RoadShieldType::Generic_White}})
{} {}
}; };
class LiechtensteinRoadShieldParser : public SimpleRoadShieldParser class LiechtensteinRoadShieldParser : public SimpleRoadShieldParser