We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57321cd commit 7dba5d8Copy full SHA for 7dba5d8
PWGCF/Flow/Tasks/flowEseCorre.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-/// \file FlowEseCorre.cxx
+/// \file flowEseCorre.cxx
13
/// \brief Task for flow and event shape engineering corrections
14
/// \author Alice Collaboration
15
/// \since 2023-05-15
@@ -187,8 +187,7 @@ struct FlowEseCorre {
187
188
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
189
{
190
- return WorkflowSpec{ return WorkflowSpec{
191
- adaptAnalysisTask<FlowEseCorre>(cfgc)}; adaptAnalysisTask<FlowEseCorre>(cfgc)};
192
-}
193
-
+ return WorkflowSpec{
+ adaptAnalysisTask<FlowEseCorre>(cfgc)};
+}
194
0 commit comments