Skip to content

Commit 02b68d2

Browse files
committed
Please consider the following formatting changes
1 parent 6652328 commit 02b68d2

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};
@@ -373,8 +372,6 @@ struct jEPFlowAnalysis {
373372
}
374373
}
375374
PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true);
376-
377-
378375
};
379376

380377
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)