From 7011e7b45d8c49ee49e00bb8594a3d16ae313998 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 21 Jan 2026 11:40:35 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx b/Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx index 9364f2dbc8d35..dcb2f2a57036a 100644 --- a/Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx +++ b/Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx @@ -401,7 +401,7 @@ Detector::Detector(bool active) if (ft3BaseParam.configFile != "") { LOG(info) << "FT3 Geometry configuration file provided. Overriding FT3Base.geoModel configuration."; buildFT3FromFile(ft3BaseParam.configFile); - + } else { LOG(info) << "FT3 Geometry configuration file not provided. Using FT3Base.geoModel " << ft3BaseParam.geoModel << " configuration."; switch (ft3BaseParam.geoModel) { @@ -411,7 +411,7 @@ Detector::Detector(bool active) case Telescope: buildBasicFT3(ft3BaseParam); // BasicFT3 = Parametrized telescopic detector (equidistant layers) break; - case ScopingV3b: + case ScopingV3b: buildFT3Scoping(); // FT3 according to scoping document break; default: