From 0bb9c88a1714b34f7a82dc08289b6007a4fcdd55 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 6 Feb 2025 18:53:58 +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 551e6aeb43c..a3497dac4c0 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -320,7 +320,7 @@ struct FlowZdcTask { if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) { return false; } - histos.fill(HIST("eventSelectionSteps"), 10); + histos.fill(HIST("eventSelectionSteps"), 10); histos.fill(HIST("eventSelectionSteps"), 11); return true; }