Skip to content

Commit 44ffd1b

Browse files
committed
Please consider the following formatting changes
1 parent 9272493 commit 44ffd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ struct StrangenessInJets {
10201020
fastjet::PseudoJet fourMomentum(particle.px(), particle.py(), particle.pz(), energy);
10211021
fourMomentum.set_user_index(particle.pdgCode());
10221022
fjParticles.emplace_back(fourMomentum);
1023-
1023+
10241024
// Store properties of strange hadrons
10251025
int pdgAbs = std::abs(particle.pdgCode());
10261026
if (pdgAbs == kK0Short || pdgAbs == kLambda0 || pdgAbs == kXiMinus || pdgAbs == kOmegaMinus) {

0 commit comments

Comments
 (0)