Skip to content

Commit 8a9cdab

Browse files
authored
Remove blank line before G4 VMC creation
Removed unnecessary blank line before G4 VMC creation.
1 parent 8cd05bf commit 8a9cdab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Detectors/gconfig/g4Config.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ void Config()
126126
/// avoid the use of G4BACKTRACE (it seems to inferfere with process logic in o2-sim)
127127
setenv("G4BACKTRACE", "none", 1);
128128

129-
130129
/// Create the G4 VMC
131130
TGeant4* geant4 = new TGeant4("TGeant4", "The Geant4 Monte Carlo", runConfiguration);
132131
std::cout << "Geant4 has been created." << std::endl;

0 commit comments

Comments
 (0)