Skip to content

Commit e57af80

Browse files
pre-commit-ci[bot]bhbrunt-terapet
authored andcommitted
[pre-commit.ci] Automatic python and c++ formatting
1 parent 168ee3f commit e57af80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/opengate_core/opengate_lib/digitizer/GateDigiAttributeProcessDefinedStepInVolumeActor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void GateDigiAttributeProcessDefinedStepInVolumeActor::SteppingAction(
4444
return;
4545
// Store the interaction
4646
if (p->GetProcessName() == fProcessName) {
47-
auto& counter = fNumberOfInteractions.Get();
47+
auto &counter = fNumberOfInteractions.Get();
4848
counter++;
4949
}
5050
}

0 commit comments

Comments
 (0)