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); }