From f722d4597d48dccdb042be638b1eb6f2a7e7312d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Jun 2025 08:28:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx b/PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx index 2c73839ae81..551fbb56e6d 100644 --- a/PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx +++ b/PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx @@ -1035,8 +1035,7 @@ struct nucleiSpectra { } } } - } - else if (particle.has_mothers()) { + } else if (particle.has_mothers()) { flags |= kIsSecondaryFromWeakDecay; for (auto& motherparticle : particle.mothers_as()) { motherPdgCode = motherparticle.pdgCode();