Fix formating
This commit is contained in:
committed by
Patrick Niklaus
parent
9fc2c32408
commit
81a4747acb
@@ -10,8 +10,7 @@ namespace contractor
|
||||
|
||||
namespace detail
|
||||
{
|
||||
template<storage::Ownership Ownership>
|
||||
struct ContractedMetric
|
||||
template <storage::Ownership Ownership> struct ContractedMetric
|
||||
{
|
||||
detail::QueryGraph<Ownership> graph;
|
||||
std::vector<util::ViewOrVector<bool, Ownership>> edge_filter;
|
||||
|
||||
@@ -30,7 +30,6 @@ inline void readGraph(const boost::filesystem::path &path,
|
||||
{
|
||||
serialization::read(reader, "/ch/metrics/" + pair.first, pair.second);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// writes .osrm.hsgr file
|
||||
|
||||
Reference in New Issue
Block a user