From a4b241183e2be3fa676fb66127fe94bca5db50e2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 13 Sep 2025 16:36:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx b/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx index 5a1545e3217..dc86b2f37f9 100644 --- a/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx +++ b/PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx @@ -1172,7 +1172,7 @@ struct strangenesstofpid { bool isNewTOFFormat = firstTOFPID.straCollisionId() < 0 ? false : true; LOGF(info, "Processing derived data. Is this the new TOF info format? %i", isNewTOFFormat); - + // Fire up CCDB with first collision in record. If no collisions, bypass if (useCustomRunNumber || collisions.size() < 1) { initCCDB(manualRunNumber);