Skip to content

Commit 85e0c70

Browse files
authored
Merge pull request #33 from alibuild/alibot-cleanup-11452
[PWGLF] Please consider the following formatting changes to #11452
2 parents ddf16a8 + f722d45 commit 85e0c70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,7 @@ struct nucleiSpectra {
10351035
}
10361036
}
10371037
}
1038-
}
1039-
else if (particle.has_mothers()) {
1038+
} else if (particle.has_mothers()) {
10401039
flags |= kIsSecondaryFromWeakDecay;
10411040
for (auto& motherparticle : particle.mothers_as<aod::McParticles>()) {
10421041
motherPdgCode = motherparticle.pdgCode();

0 commit comments

Comments
 (0)