Skip to content

Commit 94fbaf6

Browse files
committed
change comment for o2-linter
1 parent 082f540 commit 94fbaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetTaggerHFQA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,5 +1643,5 @@ using JetTaggerhfQaCharged = JetTaggerHFQA<JetTaggerQAChargedDataJets, aod::Char
16431643
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
16441644
{
16451645
return WorkflowSpec{
1646-
adaptAnalysisTask<JetTaggerhfQaCharged>(cfgc, TaskName{"jet-taggerhf-qa-charged"})}; // o2-linter: disable=name/o2-task (wrong hyphenation)
1646+
adaptAnalysisTask<JetTaggerhfQaCharged>(cfgc, TaskName{"jet-taggerhf-qa-charged"})}; // o2-linter: disable=name/o2-task (templated struct)
16471647
}

0 commit comments

Comments
 (0)