From e5be672d9f6d2d36901e82a94a17c54c62c99d94 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 10 Dec 2020 12:06:41 +0100
Subject: [PATCH] fix lint

---
 src/ui/databrowserModule/databrowser.service.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ui/databrowserModule/databrowser.service.ts b/src/ui/databrowserModule/databrowser.service.ts
index 647877aef..4ae965640 100644
--- a/src/ui/databrowserModule/databrowser.service.ts
+++ b/src/ui/databrowserModule/databrowser.service.ts
@@ -265,8 +265,8 @@ export class DatabrowserService implements OnDestroy {
     })()
 
     const refSpaceObj = this.templateSelected && this.templateSelected.fullId
-    ? { referenceSpaceId: getIdFromFullId(this.templateSelected.fullId) }
-    : {}
+      ? { referenceSpaceId: getIdFromFullId(this.templateSelected.fullId) }
+      : {}
     const fullIds = getStringIdsFromRegion(region) as string[]
 
     for (const fullId of fullIds) {
-- 
GitLab