From c243335537f8c560dee5a94202cc440837d81e19 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 30 Mar 2022 13:06:54 +0200
Subject: [PATCH] DOC MAINT: Whitespace cleanup in documentation.

---
 src/doc/extension/references.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/doc/extension/references.rst b/src/doc/extension/references.rst
index 621c5328..b5e4425d 100644
--- a/src/doc/extension/references.rst
+++ b/src/doc/extension/references.rst
@@ -23,11 +23,11 @@ the basic structure of the module should look like
        // Has to be called ``resolve`` and has to take exactly one
        // string parameter: the id of the referenced entity.
        this.resolve = async function (id) {
-	   /*
-	    * find the string that the reference should be resolved to,
-	    * e.g., from the value of the entity's properties.
-	    */
-	   return {"text": new_reference_text}
+           /*
+            * find the string that the reference should be resolved to,
+            * e.g., from the value of the entity's properties.
+            */
+           return {"text": new_reference_text}
        }
    }
 
-- 
GitLab