From c6f77d74f0c8787ba430a51716e560537810ff41 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 29 Jan 2025 11:54:49 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/FD/simulation/src/Detector.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/FD/simulation/src/Detector.cxx b/Detectors/Upgrades/ALICE3/FD/simulation/src/Detector.cxx index fb8008cadb687..fbd8e975c76e8 100644 --- a/Detectors/Upgrades/ALICE3/FD/simulation/src/Detector.cxx +++ b/Detectors/Upgrades/ALICE3/FD/simulation/src/Detector.cxx @@ -382,8 +382,7 @@ int Detector::getChannelId(TVector3 vec) for (int i = 1; i < rd.size(); i++) { if (r < rd[i]) { break; - } - else { + } else { ir++; } }