From e7331f884b72d3c405900856980e7d94aa76f9e7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 10 Mar 2025 12:24:56 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/centralityTable.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/TableProducer/centralityTable.cxx b/Common/TableProducer/centralityTable.cxx index ca887faf39d..25c31419713 100644 --- a/Common/TableProducer/centralityTable.cxx +++ b/Common/TableProducer/centralityTable.cxx @@ -590,9 +590,9 @@ struct CentralityTable { estimator.mCalibrationStored = true; estimator.isSane(); } else { - if(ccdbConfig.doNotCrashOnNull){ + if (ccdbConfig.doNotCrashOnNull) { LOGF(info, "Calibration information from %s for run %d not available, will fill this estimator with invalid values and continue (no crash).", estimator.name.c_str(), bc.runNumber()); - }else{ + } else { LOGF(error, "Calibration information from %s for run %d not available", estimator.name.c_str(), bc.runNumber()); } }