From bde9be8bc8291461db1a9e6be5e825a14c2fbd8e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 17 Apr 2026 13:27:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/qaMatching.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Tasks/qaMatching.cxx b/PWGDQ/Tasks/qaMatching.cxx index 8281dbcc3c8..f986a33b84a 100644 --- a/PWGDQ/Tasks/qaMatching.cxx +++ b/PWGDQ/Tasks/qaMatching.cxx @@ -2332,7 +2332,7 @@ struct QaMatching { // Matching efficiencies // outer loop on matchable pairs - for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) { + for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) { // get the standalone MCH track auto const& mchTrack = muonTracks.rawIteratorAt(matchableMchIndex);