From f184eaa830272e6405e4d41dfa67149173a7b4b6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 10 Jan 2025 10:38:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;