Fix semi-colon warnings
This commit is contained in:
parent
fddc19e98d
commit
d186ae1863
@ -474,7 +474,7 @@ inline bool hasRoundaboutType(const TurnInstruction instruction)
|
|||||||
TurnType::StayOnRoundabout};
|
TurnType::StayOnRoundabout};
|
||||||
const auto valid_end = valid_types + 13;
|
const auto valid_end = valid_types + 13;
|
||||||
return std::find(valid_types, valid_end, instruction.type) != valid_end;
|
return std::find(valid_types, valid_end, instruction.type) != valid_end;
|
||||||
};
|
}
|
||||||
|
|
||||||
} // namespace guidance
|
} // namespace guidance
|
||||||
} // namespace extractor
|
} // namespace extractor
|
||||||
|
Loading…
Reference in New Issue
Block a user