From 1ab110c0e1c58db30f523c57e3ab34fa6e2fab5e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 3 May 2025 05:59:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx index 88461b57980..435b616d927 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx @@ -141,7 +141,8 @@ struct OnTheFlyTofPid { return; } if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut.name, lut.value, true)) { - LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task"; } + LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task"; + } }; configLutPath(simConfig.lutEl); configLutPath(simConfig.lutMu);