From b249627434d3a94420ac4d98c3ce720767e57b43 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 16 Dec 2023 20:04:56 -0500 Subject: Update eslint spacing rules (#366) * Add space-infix-ops rule * Add no-multi-spaces --------- Co-authored-by: Darius Jahandarie --- ext/js/input/hotkey-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/input') 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} */ -- cgit v1.2.3