Skip to content

Commit 68d6ed6

Browse files
authored
Fixing whitespaces
1 parent dfacae9 commit 68d6ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
749749
}
750750
/// \todo before mixing we should check whether both collisions contain a pair of particles!
751751
// if (partsOne.size() == 0 || nPart2Evt1 == 0 || nPart1Evt2 == 0 || partsTwo.size() == 0 ) continue;
752-
752+
753753
if (cfgProcessPM) {
754754
auto groupPartsOne = partsOneMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex(), cache);
755755
auto groupPartsTwo = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex(), cache);

0 commit comments

Comments
 (0)