From 6817cd7e4a999c89d2d8524bdb2f9346837f933b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 17 Jun 2025 03:37:09 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/multCentTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/multCentTable.cxx b/Common/TableProducer/multCentTable.cxx index 1d8d5c60a44..ab6ec98bc20 100644 --- a/Common/TableProducer/multCentTable.cxx +++ b/Common/TableProducer/multCentTable.cxx @@ -73,7 +73,7 @@ struct MultCentTable { ccdb->setLocalObjectValidityChecking(); ccdb->setURL(ccdburl.value); ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should) - + // task-specific module.init(opts, initContext); }