Skip to content

Commit

Permalink
fix for o2linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoley authored Dec 6, 2024
1 parent 9421e59 commit 1f6f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Resonances/lambda1520analysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1069,5 +1069,5 @@ struct Lambda1520analysis {

WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{adaptAnalysisTask<Lambda1520analysis>(cfgc, TaskName{"Lambda1520analysis"})};
return WorkflowSpec{adaptAnalysisTask<Lambda1520analysis>(cfgc)};
}

0 comments on commit 1f6f327

Please sign in to comment.