From c77969d91b982f4a8c768147eb35454c0830efc4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 20 Feb 2026 11:22:59 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx index e63fad83ad7..53a9184cd1a 100644 --- a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx +++ b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx @@ -40,7 +40,6 @@ using namespace std; using MyCollisions = soa::Join; using MyTracks = soa::Join; - struct jEPFlowAnalysis { HistogramRegistry epFlowHistograms{"EPFlow", {}, OutputObjHandlingPolicy::AnalysisObject, true, true}; @@ -372,8 +371,6 @@ struct jEPFlowAnalysis { } } PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true); - - }; WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)