From 93a4a46870da5a97020f4b621c764b91687bd3e4 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Mon, 21 Jun 2021 14:50:17 +0200
Subject: [PATCH] [GL/StationBorehole] Clang format constructor impl.

---
 GeoLib/StationBorehole.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/GeoLib/StationBorehole.cpp b/GeoLib/StationBorehole.cpp
index aa521ad5c06..574134e30f0 100644
--- a/GeoLib/StationBorehole.cpp
+++ b/GeoLib/StationBorehole.cpp
@@ -29,11 +29,8 @@ namespace GeoLib
 // The Borehole class //
 ////////////////////////
 
-StationBorehole::StationBorehole(double x,
-                                 double y,
-                                 double z,
-                                 double const depth,
-                                 const std::string& name,
+StationBorehole::StationBorehole(double x, double y, double z,
+                                 double const depth, const std::string& name,
                                  int date)
     : Station(x, y, z, name, Station::StationType::BOREHOLE),
       _depth(depth),
-- 
GitLab