We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af68f0 commit b90a0f0Copy full SHA for b90a0f0
PWGLF/TableProducer/Strangeness/cascadeflow.cxx
@@ -1714,6 +1714,5 @@ struct cascadeFlow {
1714
1715
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
1716
{
1717
- return WorkflowSpec{
1718
- adaptAnalysisTask<cascadeFlow>(cfgc, TaskName{"lf-cascade-flow"})};
+ return WorkflowSpec{adaptAnalysisTask<cascadeFlow>(cfgc)};
1719
}
0 commit comments