From 2002ea75fdbbfe2dadde76c4f6c780f28ee7cb81 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 9 Jul 2026 12:17:38 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/global-muon-matcher.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGDQ/Tasks/global-muon-matcher.cxx b/PWGDQ/Tasks/global-muon-matcher.cxx index 84ab766bfe1..30184d3570a 100644 --- a/PWGDQ/Tasks/global-muon-matcher.cxx +++ b/PWGDQ/Tasks/global-muon-matcher.cxx @@ -121,7 +121,6 @@ static float getDeltaPhi(float phi1, float phi2) return dphi; }; - struct GlobalMuonMatching { static constexpr int GlobalTrackTypeMax = 2; @@ -1290,8 +1289,8 @@ struct GlobalMuonMatching { template void prepareEventMixingMatchingCandidates(EVT const& collisions, - BC const& bcs, - TMUON const& muonTracks) + BC const& bcs, + TMUON const& muonTracks) { LOGF(info, "Filling mixed matching candidate tables");