From c7a8c0c8428e34128377fe5dd05477b84e12ae1f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Aug 2026 15:53:13 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Base/include/DetectorsBase/VMCSeederService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Base/include/DetectorsBase/VMCSeederService.h b/Detectors/Base/include/DetectorsBase/VMCSeederService.h index 1d35a78a1f0c6..5f8f70f48840f 100644 --- a/Detectors/Base/include/DetectorsBase/VMCSeederService.h +++ b/Detectors/Base/include/DetectorsBase/VMCSeederService.h @@ -44,7 +44,7 @@ class VMCSeederService VMCSeederService(); void initSeederFunction(TVirtualMC const*); - SeederFcn mSeederFcn; // the just-in-time compiled function talking to the VMC engines + SeederFcn mSeederFcn; // the just-in-time compiled function talking to the VMC engines mutable unsigned long long mSeedCount{0}; // number of setSeed() calls };