Fix formatting

This commit is contained in:
Michael Krasnyk 2018-01-19 12:38:14 +01:00
parent 26f0b4dc77
commit a7f1cd36fb

View File

@ -89,7 +89,7 @@ class RouteAPI : public BaseAPI
util::json::Array annotations_store; util::json::Array annotations_store;
annotations_store.values.reserve(leg.annotations.size()); 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)); annotations_store.values.push_back(Get(step));
} }