Skip to content

Commit a37a782

Browse files
committed
check errors
1 parent e02c8b4 commit a37a782

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ int Detector::getChannelId(TVector3 vec)
382382
for (int i = 1; i < rd.size(); i++) {
383383
if (r < rd[i]) {
384384
break;
385-
}
386-
else {
385+
} else {
387386
ir++;
388387
}
389388
}

0 commit comments

Comments
 (0)