From acb183cefef05fc99b841dff3a70ca1732ac8a77 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 31 Dec 2024 21:29:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/trackPropagation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/TableProducer/trackPropagation.cxx b/Common/TableProducer/trackPropagation.cxx index a74a2e1ecc6..073533a191c 100644 --- a/Common/TableProducer/trackPropagation.cxx +++ b/Common/TableProducer/trackPropagation.cxx @@ -146,10 +146,10 @@ struct TrackPropagation { } // load matLUT for this timestamp - if(!lut){ + if (!lut) { LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp(); lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp(lutPath, bc.timestamp())); - }else{ + } else { LOG(info) << "Material look-up table already in place. Not reloading."; }