Skip to content

Commit b90a0f0

Browse files
author
Chiara De Martin
committed
small fix
1 parent 1af68f0 commit b90a0f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,5 @@ struct cascadeFlow {
17141714

17151715
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
17161716
{
1717-
return WorkflowSpec{
1718-
adaptAnalysisTask<cascadeFlow>(cfgc, TaskName{"lf-cascade-flow"})};
1717+
return WorkflowSpec{adaptAnalysisTask<cascadeFlow>(cfgc)};
17191718
}

0 commit comments

Comments
 (0)