From ea0322244f4820ab8800a43f59f22d3f8d6cefe2 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 24 Jan 2017 18:20:33 -0800 Subject: [PATCH] Fix linting --- js/hotkeys.js | 2 +- js/myFile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/hotkeys.js b/js/hotkeys.js index 740cb9ff..4588f066 100644 --- a/js/hotkeys.js +++ b/js/hotkeys.js @@ -116,4 +116,4 @@ export default function(winamp, {dispatch}) { dispatch({type: TOGGLE_LLAMA_MODE}); } }); -}; +} diff --git a/js/myFile.js b/js/myFile.js index dd2b9502..ecdbe1af 100644 --- a/js/myFile.js +++ b/js/myFile.js @@ -47,4 +47,4 @@ export default function() { console.error('Tried to process an unpopulated file object'); return false; }; -}; +}