Fix formatting

This commit is contained in:
Dennis Luxen 2024-05-06 21:03:56 +02:00
parent c42db23e3d
commit cadf0d6408

View File

@ -154,7 +154,8 @@ inline bool operator==(const TurnInstruction lhs, const TurnInstruction rhs)
inline bool hasRoundaboutType(const TurnInstruction instruction)
{
using namespace guidance::TurnType;
const constexpr std::array<TurnType::Enum, 13> valid_types = {TurnType::EnterRoundabout,
const constexpr std::array<TurnType::Enum, 13> valid_types = {
TurnType::EnterRoundabout,
TurnType::EnterAndExitRoundabout,
TurnType::EnterRotary,
TurnType::EnterAndExitRotary,