From f8c3bd6ad09c329b1ced254276b4c036efdabcf1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Nov 2025 11:30:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/ArrowSupport.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Framework/Core/src/ArrowSupport.cxx b/Framework/Core/src/ArrowSupport.cxx index 932c1fdacacfb..84b67ca669d4d 100644 --- a/Framework/Core/src/ArrowSupport.cxx +++ b/Framework/Core/src/ArrowSupport.cxx @@ -453,8 +453,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec() }; static ResourceStats timesliceResourceStats{ .enoughCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 1 : 0, - .lowCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 0 : 1 - }; + .lowCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 0 : 1}; offerResources(timesliceResourceState, timesliceResourceSpec, timesliceResourceStats, specs, infos, manager, totalTimeframesConsumed, totalTimeframesExpired,