Skip to content

Commit e827616

Browse files
authored
Fix formatting issue in RawDecoderSpec.cxx
1 parent 3b8a437 commit e827616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/CTP/workflowLumi/src/RawDecoderSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ void RawDecoderSpec::computeLumiPerBC(const o2::pmr::vector<CTPDigit>& ctpdigits
327327
if (bc < o2::constants::lhc::LHCMaxBunches) {
328328
if (mask & inputMask1) {
329329
tfCountsPerBC1[bc] += 1.0;
330-
}
330+
}
331331
if (mask & inputMask2) {
332332
tfCountsPerBC2[bc] += 1.0;
333333
}

0 commit comments

Comments
 (0)