From 046833622d9e35a8ec7ecc84f1d7944238c68faa Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 15 Aug 2026 15:37:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Resonances/cha01710analysis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Resonances/cha01710analysis.cxx b/PWGLF/Tasks/Resonances/cha01710analysis.cxx index fecf5015f3b..41e5557f37d 100644 --- a/PWGLF/Tasks/Resonances/cha01710analysis.cxx +++ b/PWGLF/Tasks/Resonances/cha01710analysis.cxx @@ -386,7 +386,7 @@ struct Cha01710analysis { centrality = collision.centFT0M(); } else if (eventCuts.cfgCentEst == kFT0C) { centrality = collision.centFT0C(); - } + } histos.fill(HIST("Event/hCentDist"), centrality); histos.fill(HIST("Event/hPVzDist"), collision.posZ());