From c9dcf9b4b250f55b940498ede808da7af48c4026 Mon Sep 17 00:00:00 2001
From: Gitlab CI <noreply@cern.ch>
Date: Sat, 29 Mar 2025 10:22:35 +0000
Subject: [PATCH] Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Allen/-/jobs/53638998
---
 device/PV/beamlinePV/include/BeamlinePVConstants.cuh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/device/PV/beamlinePV/include/BeamlinePVConstants.cuh b/device/PV/beamlinePV/include/BeamlinePVConstants.cuh
index 580a2c1de09..7ca2ef6ba4f 100644
--- a/device/PV/beamlinePV/include/BeamlinePVConstants.cuh
+++ b/device/PV/beamlinePV/include/BeamlinePVConstants.cuh
@@ -17,9 +17,9 @@ namespace BeamlinePVConstants {
     static constexpr float zmax = 307.f;  // unit: mm Max z position of vertex seed
     static constexpr int Nbins =
       3392; // nubmer of bins in the histogram. Make sure that Nbins = (zmax-zmin)/dz and a multiple of 32
-    static constexpr float dz = 0.25f;                   // unit: mm Z histogram bin size
-    static constexpr float pp_maxTrackZ0Err = 1.5f;      // unit: mm "Max z0-error for adding track to histo" for pp
-    static constexpr float SMOG2_maxTrackZ0Err = 10.f;   // unit: mm "Max z0-error for adding track to histo" for SMOG2
+    static constexpr float dz = 0.25f;                    // unit: mm Z histogram bin size
+    static constexpr float pp_maxTrackZ0Err = 1.5f;       // unit: mm "Max z0-error for adding track to histo" for pp
+    static constexpr float SMOG2_maxTrackZ0Err = 10.f;    // unit: mm "Max z0-error for adding track to histo" for SMOG2
     static constexpr float SMOG2_pp_separation = -334.0f; // unit: mm separation between pp and SMOG2 regions
   }                                                       // namespace Common
 
-- 
GitLab