Skip to content

Commit 899bd57

Browse files
authored
Merge pull request #180 from alibuild/alibot-cleanup-15064
Please consider the following formatting changes to #15064
2 parents 2f73e5e + c77969d commit 899bd57

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};
@@ -372,8 +371,6 @@ struct jEPFlowAnalysis {
372371
}
373372
}
374373
PROCESS_SWITCH(jEPFlowAnalysis, processDefault, "default process", true);
375-
376-
377374
};
378375

379376
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)