From c590220c351bbd69a1625a5160bdc7e3c24eb1df Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 11 Jul 2025 11:01:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- DPG/Tasks/ITS/filterTracks.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DPG/Tasks/ITS/filterTracks.cxx b/DPG/Tasks/ITS/filterTracks.cxx index 87702740797..99084d25aff 100644 --- a/DPG/Tasks/ITS/filterTracks.cxx +++ b/DPG/Tasks/ITS/filterTracks.cxx @@ -300,7 +300,7 @@ struct FilterTracks { for (auto mcpartdaughtIdx : indxDaughers) { auto mcPartDaught = mcParticles.rawIteratorAt(mcpartdaughtIdx); double eta = std::abs(mcPartDaught.eta()); - if ((eta) > etamax){ + if ((eta) > etamax) { etamax = eta; } }