From a62c21ac1bb0ed4a7646085bf50a26d7afbac698 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 29 Jan 2025 21:46:19 +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 1825d0ac004..e3a420aff56 100644 --- a/PWGCF/Flow/Tasks/FlowZDCtask.cxx +++ b/PWGCF/Flow/Tasks/FlowZDCtask.cxx @@ -246,7 +246,7 @@ struct FlowZDCtask { if (cent < 0.0 && cent > 70) return; std::complex qTPC(0, 0); // Starting with a q-vector of zero - int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD + int nTot{0}; // Tracks are already filtered with GlobalTrack || GlobalTrackSDD for (const auto& track : tracks) { if (track.tpcNClsCrossedRows() < minTpcNcrossedRows) continue;