Skip to content

Commit c1c274b

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-12171
[PWGCF] Please consider the following formatting changes to AliceO2Group#12171
2 parents 9a80a48 + 1d51d20 commit c1c274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ struct FlowGfwLightIons {
869869
if (acceptedTracks.nPos < 2 || acceptedTracks.nNeg < 2) // o2-linter: disable=magic-number (at least two tracks in each subevent)
870870
return;
871871
if (cfgConsistentEventFlag & 8)
872-
if (acceptedTracks.nPos < 2 || acceptedTracks.nMid < 2 || acceptedTracks.nNeg < 2) // o2-linter: disable=magic-number (at least two tracks in all three subevents)
872+
if (acceptedTracks.nPos < 2 || acceptedTracks.nMid < 2 || acceptedTracks.nNeg < 2) // o2-linter: disable=magic-number (at least two tracks in all three subevents)
873873
return;
874874
}
875875
if (!cfgFillWeights)

0 commit comments

Comments
 (0)