Skip to content

Commit 997fa48

Browse files
committed
adding clang + workflow name
1 parent 777f271 commit 997fa48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/TableProducer/slimTablesProducer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file SlimTablesProducer.cxx
12+
/// \file slimTablesProducer.cxx
1313
/// \brief Task to produce a reduced version of Tables for tracks, collisions, mcparticles and mccollisions.
1414
/// \author Millot Louise <louise.millot@cern.ch>
1515

@@ -74,5 +74,5 @@ struct SlimTablesProducer {
7474
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
7575
{
7676
return WorkflowSpec{
77-
adaptAnalysisTask<SlimTablesProducer>(cfgc, TaskName{"slim-tables-producer"})}; // o2-linter: disable=name/o2-task
77+
adaptAnalysisTask<SlimTablesProducer>(cfgc)};
7878
}

0 commit comments

Comments
 (0)