From 7b5e7cffadd6162563e212ac79854fd4d6735442 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 2 Aug 2021 22:09:26 +0200
Subject: [PATCH] STY: formatting

---
 test/test_transaction.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp
index 2df69a4..fc713b3 100644
--- a/test/test_transaction.cpp
+++ b/test/test_transaction.cpp
@@ -119,7 +119,8 @@ TEST(test_transaction, insert_delete) {
   // Should have a warning since it has no properties
   EXPECT_TRUE(new_entity.HasWarnings());
   EXPECT_EQ(new_entity.GetWarnings().Size(), 1);
-  EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(), MessageCode::ENTITY_HAS_NO_PROPERTIES);
+  EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(),
+            MessageCode::ENTITY_HAS_NO_PROPERTIES);
 
   auto delete_transaction(connection->CreateTransaction());
 
-- 
GitLab