Skip to content

Commit 3b487d8

Browse files
authored
Fix formatting of defineDataProcessing function
1 parent f419f22 commit 3b487d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetBackgroundAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ struct JetBackgroundAnalysis {
257257
PROCESS_SWITCH(JetBackgroundAnalysis, processBkgFluctuationsMCD, "QA for random cone estimation of background fluctuations in mcd", false);
258258
};
259259

260-
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
261-
{
260+
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
261+
{
262262
return WorkflowSpec{adaptAnalysisTask<JetBackgroundAnalysis>(cfgc)};
263263
}

0 commit comments

Comments
 (0)