Skip to content

Commit 726fcf9

Browse files
committed
Please consider the following formatting changes
1 parent 4b014bd commit 726fcf9

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)