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; }; -}; +}