Formatted the sources
This commit is contained in:
@@ -175,7 +175,7 @@ BOOST_AUTO_TEST_CASE(test_nearest_fb_serialization_skip_waypoints)
|
||||
using namespace osrm;
|
||||
|
||||
NearestParameters params;
|
||||
params.skip_waypoints=true;
|
||||
params.skip_waypoints = true;
|
||||
params.coordinates.push_back(get_dummy_location());
|
||||
|
||||
engine::api::ResultT result = flatbuffers::FlatBufferBuilder();
|
||||
|
||||
@@ -313,7 +313,7 @@ BOOST_AUTO_TEST_CASE(test_route_same_coordinates_no_waypoints)
|
||||
const auto &legs = route_object.values.at("legs").get<json::Array>().values;
|
||||
BOOST_CHECK(!legs.empty());
|
||||
|
||||
//The rest of legs contents is verified by test_route_same_coordinates
|
||||
// The rest of legs contents is verified by test_route_same_coordinates
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#include "coordinates.hpp"
|
||||
#include "fixture.hpp"
|
||||
|
||||
#include <engine/api/flatbuffers/fbresult_generated.h>
|
||||
#include "osrm/trip_parameters.hpp"
|
||||
#include <engine/api/flatbuffers/fbresult_generated.h>
|
||||
|
||||
#include "osrm/coordinate.hpp"
|
||||
#include "osrm/engine_config.hpp"
|
||||
|
||||
Reference in New Issue
Block a user