From 2af1695f058f68b012c6c15b3c9be7df415a2073 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Mon, 22 Nov 2021 21:26:38 +0100
Subject: [PATCH] STY: whitespaces corrected

---
 unittests/test_apiutils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unittests/test_apiutils.py b/unittests/test_apiutils.py
index 75110144..78ad9712 100644
--- a/unittests/test_apiutils.py
+++ b/unittests/test_apiutils.py
@@ -103,7 +103,7 @@ def test_resolve_reference():
     # restore retrive_entity_with_id
     caosdb.apiutils.retrieve_entity_with_id = original_retrieve_entity_with_id
 
-    
+
 def test_compare_entities():
     r1 = db.Record()
     r2 = db.Record()
@@ -126,7 +126,7 @@ def test_compare_entities():
 
     assert "test" not in diff_r1["properties"]
     assert "test" not in diff_r2["properties"]
-    
+
     assert "tests" in diff_r1["properties"]
     assert "tests" in diff_r2["properties"]
 
-- 
GitLab