aboutsummaryrefslogtreecommitdiff
path: root/ext/js/input/hotkey-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/input/hotkey-util.js')
-rw-r--r--ext/js/input/hotkey-util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/input/hotkey-util.js b/ext/js/input/hotkey-util.js
index 10328924..601f5d55 100644
--- a/ext/js/input/hotkey-util.js
+++ b/ext/js/input/hotkey-util.js
@@ -24,7 +24,7 @@ export class HotkeyUtil {
* Creates a new instance.
* @param {?import('environment').OperatingSystem} os The operating system for this instance.
*/
- constructor(os=null) {
+ constructor(os = null) {
/** @type {?import('environment').OperatingSystem} */
this._os = os;
/** @type {string} */