Skip to content

Commit 1f9427f

Browse files
committed
Please consider the following formatting changes
1 parent 4ed5e89 commit 1f9427f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Framework/TestWorkflows/src/o2TestAnalysisCCDB.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct SimpleCCDBConsumer {
4848

4949
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
5050
{
51-
return WorkflowSpec{
52-
adaptAnalysisTask<SimpleCCDBConsumer>(cfgc, TaskName{"simple-ccdb-fetcher"}),
53-
};
51+
return WorkflowSpec{
52+
adaptAnalysisTask<SimpleCCDBConsumer>(cfgc, TaskName{"simple-ccdb-fetcher"}),
53+
};
5454
}

0 commit comments

Comments
 (0)