From db6045fe9cf4c80f6ccc617f94a028ec2c8b2cae Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 7 Jul 2025 12:09:35 -0400 Subject: [PATCH] clang-format --- node/Bond.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/node/Bond.cpp b/node/Bond.cpp index 70b5f0d49..647633342 100644 --- a/node/Bond.cpp +++ b/node/Bond.cpp @@ -1751,11 +1751,10 @@ void Bond::processActiveBackupTasks(void* tPtr, int64_t now) } } // Sort queue based on performance - std::sort(_abFailoverQueue.begin(), _abFailoverQueue.end(), - [this](const int a, const int b) { - // Sort by failover score in descending order (highest score first) - return _paths[a].failoverScore > _paths[b].failoverScore; - }); + std::sort(_abFailoverQueue.begin(), _abFailoverQueue.end(), [this](const int a, const int b) { + // Sort by failover score in descending order (highest score first) + return _paths[a].failoverScore > _paths[b].failoverScore; + }); /** * Short-circuit if we have no queued paths