From f98c7511aa5655673d2b0d683fe09215036fc408 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 20 Feb 2026 16:22:42 +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 d32ad49a70c..13c2e3e72fc 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}; @@ -371,8 +370,6 @@ struct jEPFlowAnalysis { } } PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true); - - }; WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)