Fix formating

This commit is contained in:
Patrick Niklaus
2017-12-05 11:15:39 +00:00
committed by Patrick Niklaus
parent 88ee51ba2e
commit 994fae0ef6
3 changed files with 3 additions and 6 deletions
-2
View File
@@ -841,7 +841,5 @@ void Extractor::WriteCompressedNodeBasedGraph(const std::string &path,
}
}
} // namespace extractor
} // namespace osrm
@@ -238,7 +238,6 @@ std::unordered_set<EdgeID> findSegregatedNodes(const NodeBasedGraphFactory &fact
return segregated_edges;
}
}
}
}