Skip to content

Commit 29b60a5

Browse files
committed
Please consider the following formatting changes
1 parent ff44cad commit 29b60a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/particleCompositionCorrection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void ParticleCompositionCorrection::process(aod::McCollisions::iterator const&,
273273
if (!pdgParticle || pdgParticle->Charge() == 0.) {
274274
continue;
275275
}
276-
if (std::abs(particle.eta()) >= etaCut) {
276+
if (std::abs(particle.eta()) >= etaCut) {
277277
continue;
278278
}
279279
if (std::abs(particle.eta()) < 0.5) { // o2-linter: disable=magic-number (particle density at mid-rapidity)

0 commit comments

Comments
 (0)