Skip to content

Commit fe29d1a

Browse files
committed
fixed formatting
1 parent ab6a04f commit fe29d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,8 +1476,8 @@ struct strangeness_in_jets {
14761476
continue;
14771477

14781478
int pdg_parent(0);
1479-
for (const auto& particleMotherOfNeg : negParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
1480-
for (const auto& particleMotherOfPos : posParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
1479+
for (const auto& particleMotherOfNeg : negParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
1480+
for (const auto& particleMotherOfPos : posParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
14811481
for (const auto& particleMotherOfBach : bachParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
14821482
if (particleMotherOfNeg != particleMotherOfPos)
14831483
continue;

0 commit comments

Comments
 (0)