Fix formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user