From a4c16328692808a8f9e8df95c8b23f4483fc741c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 3 Sep 2026 12:00:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Tasks/multiparticleCumulants.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx index b8b07b60f03..85e7b44cf06 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx @@ -1720,9 +1720,8 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam void bookCorrHistograms(T1 const& lCrBins) { // (mult)(cent)(NContribMult) offset - constexpr int BoundOffset = histType == eCorrCent ? eCentABBound : - histType == eCorrMult ? eMultABBound : - eNumContribMultBound; + constexpr int BoundOffset = histType == eCorrCent ? eCentABBound : histType == eCorrMult ? eMultABBound + : eNumContribMultBound; // (mult)(cent)(NContribMult) book functions: if constexpr (histType == eCorrCent || histType == eCorrMult) {