Skip to content

Commit 7866f4b

Browse files
authored
Add files via upload
1 parent 4538bca commit 7866f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,6 +1990,6 @@ struct LfMyV0s {
19901990
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
19911991
{
19921992
return WorkflowSpec{
1993-
adaptAnalysisTask<LfMyV0s>(cfgc, TaskName{"lf-my-v0s"})
1993+
adaptAnalysisTask<LfMyV0s>(cfgc),// TaskName{"lf-my-v0s"}
19941994
};
19951995
}

0 commit comments

Comments
 (0)