From f46544451ebb3af4004366e505d89daa2a04636a Mon Sep 17 00:00:00 2001
From: Inga Kirschnick <inga.kirschnick@uni-bielefeld.de>
Date: Wed, 7 Sep 2022 14:47:42 +0200
Subject: [PATCH] Code Style

---
 app/static/js/CorpusAnalysis/QueryBuilder.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/static/js/CorpusAnalysis/QueryBuilder.js b/app/static/js/CorpusAnalysis/QueryBuilder.js
index 881bd5aa..256dadd2 100644
--- a/app/static/js/CorpusAnalysis/QueryBuilder.js
+++ b/app/static/js/CorpusAnalysis/QueryBuilder.js
@@ -261,7 +261,7 @@ class ConcordanceQueryBuilder {
     }
   }
 
-  //#region Drag&Drop Events
+    //#region Drag&Drop Events
   dragStartHandler(event){
     this.elements.dropButton = event.target;
     let targetChip = `
@@ -323,7 +323,7 @@ class ConcordanceQueryBuilder {
     dropzone.parentElement.replaceChild(this.elements.dropButton, dropzone);
     this.queryPreviewBuilder();
   }
-  //#endregion Drag&Drop Events
+    //#endregion Drag&Drop Events
 
   queryPreviewBuilder(){
     this.elements.yourQueryContent = [];
-- 
GitLab