From 3c1c5862a9138a76e7215586dde3a956f715b483 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 19 Dec 2024 15:29:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/Converters/run2bcinfosConverter.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/TableProducer/Converters/run2bcinfosConverter.cxx b/Common/TableProducer/Converters/run2bcinfosConverter.cxx index d9017235c4b..619310732d6 100644 --- a/Common/TableProducer/Converters/run2bcinfosConverter.cxx +++ b/Common/TableProducer/Converters/run2bcinfosConverter.cxx @@ -46,6 +46,5 @@ struct Run2BCInfosConverter { WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{ - adaptAnalysisTask(cfgc) - }; + adaptAnalysisTask(cfgc)}; }