From 2e7006ce24c42ec2b6642346d153429338e7334e Mon Sep 17 00:00:00 2001
From: Shin'ya Ueoka <ueokande@i-beam.org>
Date: Sun, 22 Dec 2019 10:01:24 +0900
Subject: npm run lint:fix

---
 src/content/Application.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/content/Application.ts')

diff --git a/src/content/Application.ts b/src/content/Application.ts
index 1677655..cfa01fd 100644
--- a/src/content/Application.ts
+++ b/src/content/Application.ts
@@ -111,7 +111,7 @@ export default class Application {
       }
     });
 
-    let inputDriver = new InputDriver(window.document.body);
+    const inputDriver = new InputDriver(window.document.body);
     inputDriver.onKey(key => this.followKeyController.press(key));
     inputDriver.onKey(key => this.markKeyController.press(key));
     inputDriver.onKey(key => this.keymapController.press(key));
-- 
cgit v1.2.3