Skip to content

Commit c4b6556

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetDsSpecSubs.cxx

Lines changed: 1 addition & 1 deletion
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, TaskName{"jet-ds-spectrum-subs"})};
344+
return WorkflowSpec{adaptAnalysisTask<JetDsSpecSubs>(cfgc)};
345345
}

0 commit comments

Comments
 (0)