From 7e4ec723cf8e1e240a4fab3eec482cc6b3c8a55e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 11 Jun 2026 16:53:31 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx index f6275ddd5f1..70f8601d7a4 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx @@ -534,7 +534,6 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam if (mult == 1) return c - c2; return c - double(mult) * c2; - } TObject* getObjectFromList(TList* list, const char* objectName)