Fix formatting
This commit is contained in:
parent
c42db23e3d
commit
cadf0d6408
@ -154,7 +154,8 @@ inline bool operator==(const TurnInstruction lhs, const TurnInstruction rhs)
|
|||||||
inline bool hasRoundaboutType(const TurnInstruction instruction)
|
inline bool hasRoundaboutType(const TurnInstruction instruction)
|
||||||
{
|
{
|
||||||
using namespace guidance::TurnType;
|
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::EnterAndExitRoundabout,
|
||||||
TurnType::EnterRotary,
|
TurnType::EnterRotary,
|
||||||
TurnType::EnterAndExitRotary,
|
TurnType::EnterAndExitRotary,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user