Skip to content

Commit 67433db

Browse files
committed
format
1 parent c47d446 commit 67433db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Detector::Detector(bool active)
401401
if (ft3BaseParam.configFile != "") {
402402
LOG(info) << "FT3 Geometry configuration file provided. Overriding FT3Base.geoModel configuration.";
403403
buildFT3FromFile(ft3BaseParam.configFile);
404-
404+
405405
} else {
406406
LOG(info) << "FT3 Geometry configuration file not provided. Using FT3Base.geoModel " << ft3BaseParam.geoModel << " configuration.";
407407
switch (ft3BaseParam.geoModel) {
@@ -411,7 +411,7 @@ Detector::Detector(bool active)
411411
case Telescope:
412412
buildBasicFT3(ft3BaseParam); // BasicFT3 = Parametrized telescopic detector (equidistant layers)
413413
break;
414-
case ScopingV3b:
414+
case ScopingV3b:
415415
buildFT3Scoping(); // FT3 according to scoping document
416416
break;
417417
default:

0 commit comments

Comments
 (0)