diff --git a/include/engine/routing_algorithms/routing_base_mld.hpp b/include/engine/routing_algorithms/routing_base_mld.hpp index 210edd922..7c3fed3a3 100644 --- a/include/engine/routing_algorithms/routing_base_mld.hpp +++ b/include/engine/routing_algorithms/routing_base_mld.hpp @@ -192,7 +192,8 @@ search(SearchEngineData &engine_working_data, { if (forward_heap.Empty() || reverse_heap.Empty()) { - return std::make_tuple(INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector()); + return std::make_tuple( + INVALID_EDGE_WEIGHT, SPECIAL_NODEID, SPECIAL_NODEID, std::vector()); } const auto &partition = facade.GetMultiLevelPartition();