From 89baf6a7575f9c4c862b8070b079daaba55823c2 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 11 Nov 2022 14:39:22 +0100
Subject: [PATCH] DOC: Fixed spurious comma in JSON.

---
 src/doc/extension/query_templates.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc/extension/query_templates.rst b/src/doc/extension/query_templates.rst
index 015d26a2..4e511ac9 100644
--- a/src/doc/extension/query_templates.rst
+++ b/src/doc/extension/query_templates.rst
@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two
         {
             "description": "Show a table of Experiments for year: {year}",
             "query": "SELECT date, project, identifier FROM Record Experiment with date in {year}"
-        },
+        }
     ]
 
 Data Model for User Query Templates
-- 
GitLab