summaryrefslogtreecommitdiff
path: root/src/systems/keyboardInput.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/keyboardInput.js')
-rw-r--r--src/systems/keyboardInput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/keyboardInput.js b/src/systems/keyboardInput.js
index 50afda1..80feeef 100644
--- a/src/systems/keyboardInput.js
+++ b/src/systems/keyboardInput.js
@@ -33,4 +33,4 @@ game.system.KeyboardInput = (undoSystem) => {
};
window.addEventListener("keydown", keyPress);
return { keys, update };
-} \ No newline at end of file
+}