Skip to content

Commit 3b593fd

Browse files
committed
Please consider the following formatting changes
1 parent 44d365a commit 3b593fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/Tasks/taskCharmHadronsV0FemtoDream.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ struct HfTaskCharmHadronsV0FemtoDream {
421421
if (p1.childrenIds()[0] == p2.prong0Id() || p1.childrenIds()[0] == p2.prong1Id() || p1.childrenIds()[0] == p2.prong2Id() || p1.childrenIds()[1] == p2.prong0Id() || p1.childrenIds()[1] == p2.prong1Id() || p1.childrenIds()[1] == p2.prong2Id()) {
422422
continue;
423423
}
424-
}
424+
}
425425
// v0 daughters selection
426426
const auto& posChild = femtoParts.iteratorAt(p1.index() - 2);
427427
const auto& negChild = femtoParts.iteratorAt(p1.index() - 1);

0 commit comments

Comments
 (0)