From e08c9740888f31f45366d96ac3a824218d6996f9 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 26 Aug 2026 10:49:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx b/Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx index 892e1befa664b..3c36577571f0d 100644 --- a/Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx +++ b/Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx @@ -327,7 +327,7 @@ void RawDecoderSpec::computeLumiPerBC(const o2::pmr::vector& ctpdigits if (bc < o2::constants::lhc::LHCMaxBunches) { if (mask & inputMask1) { tfCountsPerBC1[bc] += 1.0; - } + } if (mask & inputMask2) { tfCountsPerBC2[bc] += 1.0; }