Fix formatting, again
This commit is contained in:
parent
cfb61aefda
commit
f0001bb655
@ -169,7 +169,8 @@ inline bool hasRoundaboutType(const TurnInstruction instruction)
|
||||
TurnType::ExitRoundaboutIntersection,
|
||||
TurnType::StayOnRoundabout};
|
||||
|
||||
return std::find(valid_types.cbegin(), valid_types.cend(), instruction.type) != valid_types.cend();
|
||||
return std::find(valid_types.cbegin(), valid_types.cend(), instruction.type) !=
|
||||
valid_types.cend();
|
||||
}
|
||||
|
||||
inline bool entersRoundabout(const guidance::TurnInstruction instruction)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user