Skip to content

Commit 9e4b530

Browse files
authored
Merge pull request #32 from alibuild/alibot-cleanup-13006
[PWGCF] Please consider the following formatting changes to #13006
2 parents 4b014bd + 726fcf9 commit 9e4b530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal
12221222
for (auto const& collision : collisions) {
12231223
int poolIndexPi = where_pool(collision.posZ(), collision.centFT0C());
12241224
auto& pool = All_Event_pool[poolIndexPi];
1225-
1225+
12261226
if (poolIndexPi < 0 || static_cast<size_t>(poolIndexPi) >= All_Event_pool.size()) {
12271227
continue;
12281228
}

0 commit comments

Comments
 (0)