Fix formatting
This commit is contained in:
parent
731371aece
commit
0e33bde31b
@ -130,7 +130,8 @@ class ContiguousInternalMemoryAlgorithmDataFacade<CH> : public datafacade::Algor
|
|||||||
edge_based_node_from, edge_based_node_to, result);
|
edge_based_node_from, edge_based_node_to, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
EdgeID FindSmallestEdge(const NodeID edge_based_node_from,
|
EdgeID
|
||||||
|
FindSmallestEdge(const NodeID edge_based_node_from,
|
||||||
const NodeID edge_based_node_to,
|
const NodeID edge_based_node_to,
|
||||||
const std::function<bool(const EdgeData &)> &filter) const override final
|
const std::function<bool(const EdgeData &)> &filter) const override final
|
||||||
{
|
{
|
||||||
|
|||||||
@ -238,7 +238,8 @@ class MockAlgorithmDataFacade<engine::datafacade::CH>
|
|||||||
return SPECIAL_EDGEID;
|
return SPECIAL_EDGEID;
|
||||||
}
|
}
|
||||||
|
|
||||||
EdgeID FindSmallestEdge(const NodeID /* from */,
|
EdgeID
|
||||||
|
FindSmallestEdge(const NodeID /* from */,
|
||||||
const NodeID /* to */,
|
const NodeID /* to */,
|
||||||
const std::function<bool(const EdgeData &)> & /* filter */) const override
|
const std::function<bool(const EdgeData &)> & /* filter */) const override
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user