From f6e4b546f9416473883f22574ab060d0901b20ad Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 23 Sep 2019 08:30:54 +0800 Subject: [PATCH] lint fix --- app/scripts/lib/local-store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scripts/lib/local-store.js b/app/scripts/lib/local-store.js index e23063d76d04..64e58e29ef7d 100644 --- a/app/scripts/lib/local-store.js +++ b/app/scripts/lib/local-store.js @@ -97,5 +97,5 @@ function isEmpty (obj) { function checkForError () { const lastError = extension.runtime.lastError if (!lastError) return - return new Error(lastError.message) -} \ No newline at end of file + return new Error(lastError.message) +}