From bf7fd7460f9a7b21f876b997fab0a422a6a92a99 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Mon, 18 May 2026 19:49:14 +0200 Subject: [PATCH] Prettier --- src/client/UserSettingModal.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/client/UserSettingModal.ts b/src/client/UserSettingModal.ts index 8af33eb47..62d45a158 100644 --- a/src/client/UserSettingModal.ts +++ b/src/client/UserSettingModal.ts @@ -102,7 +102,9 @@ export class UserSettingModal extends BaseModal { key = key === "Dead" || key === "Unidentified" ? "" : key; const activeKeybinds = { ...this.defaultKeybinds }; - for (const [rawIterAction, codeAndKey] of Object.entries(this.userKeybinds)) { + for (const [rawIterAction, codeAndKey] of Object.entries( + this.userKeybinds, + )) { const iterAction = rawIterAction as KeybindAction; const normalizedCode = codeAndKey.value; if (normalizedCode === KeyUnbound) { @@ -666,7 +668,8 @@ export class UserSettingModal extends BaseModal { >