Skip to content

Commit

Permalink
o2linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoley authored Dec 6, 2024
1 parent 20628c8 commit 9421e59
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{"lf-lambda1520analysis"})};
return WorkflowSpec{adaptAnalysisTask<Lambda1520analysis>(cfgc, TaskName{"Lambda1520analysis"})};

Check warning on line 1072 in PWGLF/Tasks/Resonances/lambda1520analysis.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-task]

Specified task name Lambda1520analysis and the struct name Lambda1520analysis produce the same device name lambda1520analysis. TaskName is redundant.
}

0 comments on commit 9421e59

Please sign in to comment.