From 20fbc4a3e0830a2a1bb391230d7ca48f9d9fec87 Mon Sep 17 00:00:00 2001
From: Ettore Pane <ettore.pane@skywarder.eu>
Date: Tue, 3 Dec 2024 10:54:30 +0100
Subject: [PATCH] fixed format

---
 src/shared/sensors/analog/Pitot/Pitot.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/shared/sensors/analog/Pitot/Pitot.h b/src/shared/sensors/analog/Pitot/Pitot.h
index 19838342b..b2bb23851 100644
--- a/src/shared/sensors/analog/Pitot/Pitot.h
+++ b/src/shared/sensors/analog/Pitot/Pitot.h
@@ -41,8 +41,7 @@ public:
           std::function<float()> getStaticPressure,
           const ReferenceValues& initialReference)
         : getTotalPressure(getTotalPressure),
-          getStaticPressure(getStaticPressure),
-          reference(initialReference)
+          getStaticPressure(getStaticPressure), reference(initialReference)
     {
     }
 
-- 
GitLab