Skip to content

Commit dd21f06

Browse files
committed
[PWGJE] Finalize task rename and fix linter issues
1 parent c9ff631 commit dd21f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetDsSpecSubs.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,5 +341,5 @@ struct JetDsSpecSubs {
341341
};
342342
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
343343
{
344-
return WorkflowSpec{adaptAnalysisTask<JetDsSpecSubs>(cfgc)};
345-
}
344+
return WorkflowSpec{adaptAnalysisTask<JetDsSpecSubs>(cfgc, TaskName{"jet-ds-spectrum-subs"})};
345+
}

0 commit comments

Comments
 (0)