clang format
This commit is contained in:
committed by
Patrick Niklaus
parent
a61b1a3623
commit
23b07c9197
@@ -59,10 +59,10 @@ struct RouteParametersGrammar : public BaseParametersGrammar<Iterator, Signature
|
||||
"full", engine::api::RouteParameters::OverviewType::Full)(
|
||||
"false", engine::api::RouteParameters::OverviewType::False);
|
||||
|
||||
annotations_type.add("duration", AnnotationsType::Duration)(
|
||||
"nodes", AnnotationsType::Nodes)("distance", AnnotationsType::Distance)(
|
||||
"weight", AnnotationsType::Weight)("datasources", AnnotationsType::Datasources)(
|
||||
"speed", AnnotationsType::Speed);
|
||||
annotations_type.add("duration", AnnotationsType::Duration)("nodes",
|
||||
AnnotationsType::Nodes)(
|
||||
"distance", AnnotationsType::Distance)("weight", AnnotationsType::Weight)(
|
||||
"datasources", AnnotationsType::Datasources)("speed", AnnotationsType::Speed);
|
||||
|
||||
base_rule =
|
||||
BaseGrammar::base_rule(qi::_r1) |
|
||||
|
||||
Reference in New Issue
Block a user