From 0e0f057c5196caccf4fec1c0a35ecddcb095856c Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 8 Jul 2021 11:09:01 +0200
Subject: [PATCH] fix lint

---
 src/ui/quickTour/constrants.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ui/quickTour/constrants.ts b/src/ui/quickTour/constrants.ts
index 8665999eb..38bb2d62b 100644
--- a/src/ui/quickTour/constrants.ts
+++ b/src/ui/quickTour/constrants.ts
@@ -31,7 +31,7 @@ export enum EnumQuickTourSeverity {
 }
 
 export const PERMISSION_DIALOG_ACTIONS = {
-    START: `start`,
-    CANCEL: `cancel`,
-    NOTNOW: `notnow`
+  START: `start`,
+  CANCEL: `cancel`,
+  NOTNOW: `notnow`,
 }
\ No newline at end of file
-- 
GitLab