From 89379d99f8c8b817e29983fc0f3f618037da94b5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 22 May 2026 20:59:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/gconfig/g4Config.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/gconfig/g4Config.C b/Detectors/gconfig/g4Config.C index 672e38f467886..29ccbcc5ec8b7 100644 --- a/Detectors/gconfig/g4Config.C +++ b/Detectors/gconfig/g4Config.C @@ -125,7 +125,7 @@ void Config() } /// avoid the use of G4BACKTRACE (it seems to inferfere with process logic in o2-sim) setenv("G4BACKTRACE", "none", 1); - + /// Create the G4 VMC TGeant4* geant4 = new TGeant4("TGeant4", "The Geant4 Monte Carlo", runConfiguration); std::cout << "Geant4 has been created." << std::endl;