Fix formatting, again

This commit is contained in:
Dennis Luxen 2024-05-06 21:22:01 +02:00
parent cfb61aefda
commit f0001bb655

View File

@ -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)