From 5e110262a52fc86d3a1d4452512a79d0a6685aea Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 12 May 2025 13:11:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowSP.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 2d983230315..581c0849674 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1370,7 +1370,7 @@ struct FlowSP { registry.fill(HIST("trackMCGen/after/neg/phi_eta_vtxZ_gen"), particle.phi(), particle.eta(), vtxz); } } - } + } } PROCESS_SWITCH(FlowSP, processMCGen, "Process analysis for MC generated events", false); };