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; }