Fix formating

This commit is contained in:
Patrick Niklaus
2018-03-28 23:18:28 +00:00
committed by Patrick Niklaus
parent 9fc2c32408
commit 81a4747acb
12 changed files with 80 additions and 81 deletions
+1 -2
View File
@@ -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;
-1
View File
@@ -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