diff --git a/PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx b/PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx index 904424cd185..063c1cb6560 100644 --- a/PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx +++ b/PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx @@ -1476,8 +1476,8 @@ struct strangeness_in_jets { continue; int pdg_parent(0); - for (const auto& particleMotherOfNeg : negParticle.mothers_as()) { // o2-linter: disable=[const-ref-in-for-loop] - for (const auto& particleMotherOfPos : posParticle.mothers_as()) { // o2-linter: disable=[const-ref-in-for-loop] + for (const auto& particleMotherOfNeg : negParticle.mothers_as()) { // o2-linter: disable=[const-ref-in-for-loop] + for (const auto& particleMotherOfPos : posParticle.mothers_as()) { // o2-linter: disable=[const-ref-in-for-loop] for (const auto& particleMotherOfBach : bachParticle.mothers_as()) { // o2-linter: disable=[const-ref-in-for-loop] if (particleMotherOfNeg != particleMotherOfPos) continue;