From 471b4534d871248b90d496a83540a351d48a1cfd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 5 Mar 2026 21:32:24 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowZdcTask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index a5d342068d0..6d7d92918d3 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -509,7 +509,7 @@ struct FlowZdcTask { histos.fill(HIST("NchVsITStracks"), itsTracks, glbTracks); if (glbTracks >= minNchSel) { histos.fill(HIST("NchVsMeanPt"), glbTracks, meanpt / glbTracks); - } + } float tZNA{zdc.timeZNA()}; float tZNC{zdc.timeZNC()}; float tZPA{zdc.timeZPA()};