Fix formating after cherry-pick
This commit is contained in:
parent
64b9b6e888
commit
c542fc2087
@ -192,7 +192,8 @@ search(SearchEngineData<Algorithm> &engine_working_data,
|
||||
{
|
||||
if (forward_heap.Empty() || reverse_heap.Empty())
|
||||
{
|
||||
return std::make_tuple(INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector<EdgeID>());
|
||||
return std::make_tuple(
|
||||
INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector<EdgeID>());
|
||||
}
|
||||
|
||||
const auto &partition = facade.GetMultiLevelPartition();
|
||||
|
Loading…
Reference in New Issue
Block a user