Skip to content

Commit 9c87c18

Browse files
authored
Update taskSingleMuonMult.cxx
Unintentional " ;" was there at line #249, it is corrected.
1 parent f952d6b commit 9c87c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFL/Tasks/taskSingleMuonMult.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ struct HfTaskSingleMuonMult {
246246
if (nMuType[indexType] > 0) {
247247
registry.fill(HIST("hMultNchNmuTrackType"), cent, nCh, nMuType[indexType], indexType);
248248
}
249-
};
249+
}
250250
chTracks.clear();
251251
}
252252
};

0 commit comments

Comments
 (0)