From 5b6d14705073ca63f86ce78f48bd4e038f00578d Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 25 Aug 2021 15:24:49 +0200
Subject: [PATCH] STY: Formatting.

---
 test/test_connection.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/test_connection.cpp b/test/test_connection.cpp
index 01dcc71..28c1660 100644
--- a/test/test_connection.cpp
+++ b/test/test_connection.cpp
@@ -74,8 +74,8 @@ TEST(test_connection, connection_insecure_authentication_error_anonymous) {
 }
 
 TEST(test_connection, connection_ssl_authentication_error_anonymous) {
-  const auto *port_str =
-      caosdb::utility::get_env_fallback("CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
+  const auto *port_str = caosdb::utility::get_env_fallback(
+      "CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
   auto port = std::stoi(port_str);
   const auto *const host =
       caosdb::utility::get_env_fallback("CAOSDB_SERVER_HOST", "localhost");
@@ -93,8 +93,8 @@ TEST(test_connection, connection_ssl_authentication_error_anonymous) {
 }
 
 TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) {
-  const auto *port_str =
-      caosdb::utility::get_env_fallback("CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
+  const auto *port_str = caosdb::utility::get_env_fallback(
+      "CAOSDB_SERVER_GRPC_PORT_HTTPS", "8443");
   auto port = std::stoi(port_str);
   const auto *const host =
       caosdb::utility::get_env_fallback("CAOSDB_SERVER_HOST", "localhost");
-- 
GitLab