Skip to content

Commit f98c751

Browse files
committed
Please consider the following formatting changes
1 parent ac1e146 commit f98c751

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ using namespace std;
4040
using MyCollisions = soa::Join<aod::Collisions, aod::EvSels, aod::Qvectors>;
4141
using MyTracks = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksDCA, aod::TrackSelection>;
4242

43-
4443
struct jEPFlowAnalysis {
4544

4645
HistogramRegistry epFlowHistograms{"EPFlow", {}, OutputObjHandlingPolicy::AnalysisObject, true, true};
@@ -371,8 +370,6 @@ struct jEPFlowAnalysis {
371370
}
372371
}
373372
PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true);
374-
375-
376373
};
377374

378375
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)