Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
@@ -25,7 +25,7 @@ std::ostream &operator<<(std::ostream &out, const QueryEdge &edge)
out << "{" << edge.source << ", " << edge.target << ", " << edge.data << "}";
return out;
}
} // namespace osrm
} // namespace osrm::contractor
BOOST_AUTO_TEST_SUITE(contracted_edge_container)
+1 -1
View File
@@ -36,6 +36,6 @@ inline contractor::ContractorGraph makeGraph(const std::vector<TestEdge> &edges)
return contractor::ContractorGraph{max_id + 1, input_edges};
}
} // namespace osrm
} // namespace osrm::unit_test
#endif