From fa76d92de44cad55058617bc8460c1b3d95585e5 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Sun, 20 Jun 2021 22:14:08 +0200
Subject: [PATCH] [skip ci] fix lint

---
 src/atlasComponents/userAnnotations/tools/service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/atlasComponents/userAnnotations/tools/service.ts b/src/atlasComponents/userAnnotations/tools/service.ts
index 5af19480f..ab789a0d3 100644
--- a/src/atlasComponents/userAnnotations/tools/service.ts
+++ b/src/atlasComponents/userAnnotations/tools/service.ts
@@ -502,7 +502,7 @@ export class ModularUserAnnotationToolService implements OnDestroy{
     /**
      * before unload, save annotations
      */
-     window.addEventListener('beforeunload', () => {
+    window.addEventListener('beforeunload', () => {
       this.storeAnnotation(this.managedAnnotations)
     })
   }
-- 
GitLab