We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b2795 commit 602656fCopy full SHA for 602656f
1 file changed
Framework/TestWorkflows/src/o2TestAnalysisCCDB.cxx
@@ -48,7 +48,7 @@ struct SimpleCCDBConsumer {
48
49
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
50
{
51
- return WorkflowSpec{
52
- adaptAnalysisTask<SimpleCCDBConsumer>(cfgc, TaskName{"simple-ccdb-fetcher"}),
53
- };
+ return WorkflowSpec{
+ adaptAnalysisTask<SimpleCCDBConsumer>(cfgc, TaskName{"simple-ccdb-fetcher"}),
+ };
54
}
0 commit comments