From 304bb3c1866ce5e0db92584c728c256315369a11 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Sat, 20 Apr 2024 22:28:02 +0200
Subject: [PATCH] STY: fix trailing whitespace

---
 src/linkahead/apiutils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/linkahead/apiutils.py b/src/linkahead/apiutils.py
index d05c03d5..4235b28a 100644
--- a/src/linkahead/apiutils.py
+++ b/src/linkahead/apiutils.py
@@ -54,7 +54,7 @@ def new_record(record_type: Union[str],
                insert: bool = False, **kwargs) -> Record:
     """Function to simplify the creation of Records.
 
-    record_type: The name of the RecordType to use for this record.                 
+    record_type: The name of the RecordType to use for this record.
     name: Name of the new Record.
     kwargs: Key-value-pairs for the properties of this Record.
 
-- 
GitLab