clang-format code
This commit is contained in:
@@ -28,8 +28,8 @@ class MatchPlugin : public BasePlugin
|
||||
static const constexpr double RADIUS_MULTIPLIER = 3;
|
||||
|
||||
MatchPlugin(const int max_locations_map_matching)
|
||||
: map_matching(heaps, DEFAULT_GPS_PRECISION),
|
||||
shortest_path(heaps), max_locations_map_matching(max_locations_map_matching)
|
||||
: map_matching(heaps, DEFAULT_GPS_PRECISION), shortest_path(heaps),
|
||||
max_locations_map_matching(max_locations_map_matching)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,9 @@ namespace plugins
|
||||
class TilePlugin final : public BasePlugin
|
||||
{
|
||||
public:
|
||||
Status HandleRequest(const std::shared_ptr<datafacade::BaseDataFacade> facade, const api::TileParameters ¶meters, std::string &pbf_buffer) const;
|
||||
Status HandleRequest(const std::shared_ptr<datafacade::BaseDataFacade> facade,
|
||||
const api::TileParameters ¶meters,
|
||||
std::string &pbf_buffer) const;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,8 +40,7 @@ class TripPlugin final : public BasePlugin
|
||||
|
||||
public:
|
||||
explicit TripPlugin(const int max_locations_trip_)
|
||||
: shortest_path(heaps), duration_table(heaps),
|
||||
max_locations_trip(max_locations_trip_)
|
||||
: shortest_path(heaps), duration_table(heaps), max_locations_trip(max_locations_trip_)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user