Skip to content

Commit 427678e

Browse files
committed
class format
1 parent 69dbb7a commit 427678e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimG4Core/Application/src/LowEnergyFastSimModel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LowEnergyFastSimModel::LowEnergyFastSimModel(const G4String& name, G4Region* reg
2828
fPositron = G4Positron::Positron();
2929
fMaterial = nullptr;
3030
auto table = G4Material::GetMaterialTable();
31-
for (auto const & mat : *table) {
31+
for (auto const& mat : *table) {
3232
G4String nam = mat->GetName();
3333
size_t n = nam.size();
3434
if (n > 4) {

0 commit comments

Comments
 (0)