Fix formatting
This commit is contained in:
parent
26f0b4dc77
commit
a7f1cd36fb
@ -89,7 +89,7 @@ class RouteAPI : public BaseAPI
|
||||
util::json::Array annotations_store;
|
||||
annotations_store.values.reserve(leg.annotations.size());
|
||||
|
||||
for (const auto& step : leg.annotations)
|
||||
for (const auto &step : leg.annotations)
|
||||
{
|
||||
annotations_store.values.push_back(Get(step));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user