Skip to content

Commit cf82f77

Browse files
authored
Fix MegaLinter error
1 parent a47c89b commit cf82f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,9 +1063,9 @@ struct LongrangeCorrelation {
10631063
} else {
10641064
numcontributors = RecCol.numContrib();
10651065
}
1066-
if (isUseCentEst)
1066+
if (isUseCentEst) {
10671067
multiplicity = selColCent(RecCol);
1068-
else {
1068+
} else {
10691069
auto recTracksPart = RecTracks.sliceBy(perColMC, RecCol.globalIndex());
10701070
multiplicity = countNTracks(recTracksPart);
10711071
}

0 commit comments

Comments
 (0)