Skip to content

Commit 940b86b

Browse files
committed
Please consider the following formatting changes
1 parent f419f22 commit 940b86b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PWGJE/Tasks/jetBackgroundAnalysis.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <cmath>
3737
#include <string>
3838
#include <vector>
39+
3940
#include <math.h>
4041

4142
using namespace o2;
@@ -257,7 +258,7 @@ struct JetBackgroundAnalysis {
257258
PROCESS_SWITCH(JetBackgroundAnalysis, processBkgFluctuationsMCD, "QA for random cone estimation of background fluctuations in mcd", false);
258259
};
259260

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

0 commit comments

Comments
 (0)