Skip to content

Commit f1f2340

Browse files
committed
fixedworkflowname_linter
1 parent c6d2f11 commit f1f2340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ using namespace o2;
3737
using namespace o2::framework;
3838
using namespace o2::framework::expressions;
3939
TH1D* tmpFqErr[6][5][52];
40-
struct FactorialMomentsTask{
40+
41+
struct FactorialMomentsTask {
4142
Configurable<bool> applyCheckPtForRec{"applyCheckPtForRec", false, "Apply checkpT for reconstructed tracks"};
4243
Configurable<bool> applyCheckPtForMC{"applyCheckPtForMC", true, "Apply checkpT for MC-generated tracks"};
4344
Configurable<Float_t> centralEta{"centralEta", 0.9, "eta limit for tracks"};

0 commit comments

Comments
 (0)