From 0b245bd16b78a6a9296bc5ca9f0e50e19763c08a Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 12 Jun 2024 14:10:22 +0200
Subject: [PATCH] STY: Formatting.

---
 src/caoscrawler/identifiable_adapters.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py
index a036bf90..3aae9353 100644
--- a/src/caoscrawler/identifiable_adapters.py
+++ b/src/caoscrawler/identifiable_adapters.py
@@ -89,9 +89,9 @@ class IdentifiableAdapter(metaclass=ABCMeta):
         - Parent record types
         - Properties
         - ``is_referenced_by`` statements
-    - An *identifiable* belongs to a concrete record.  It consists of identifying attributes which "fill
-      in" the *registered identifiable*.  In code, it can be represented as a Record based on the
-      *registered identifiable* with all the values filled in.
+    - An *identifiable* belongs to a concrete record.  It consists of identifying attributes which
+      "fill in" the *registered identifiable*.  In code, it can be represented as a Record based on
+      the *registered identifiable* with all the values filled in.
     - An *identified record* is the result of retrieving a record from the database, based on the
       *identifiable* (and its values).
 
-- 
GitLab