From f20e7c30116bb773904c50e76f63c5f7271c0be5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Mar 2018 10:03:20 -0400 Subject: [PATCH] lint fix --- src/main/menu.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index 347693b5f0e..99820056375 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -11,7 +11,7 @@ import { } from 'electron'; import { Main } from '../main'; -import { isMacAppStore, isWindowsStore, isSnapStore } from '../scripts/utils'; +import { isMacAppStore, isSnapStore, isWindowsStore } from '../scripts/utils'; import { ConstantsService } from 'jslib/services/constants.service';