From 42838864af3503f85cabc5dbd73b98a64d20cded Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:51:22 -0700 Subject: prettier --- src/engine/config/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/config/constants.ts') diff --git a/src/engine/config/constants.ts b/src/engine/config/constants.ts index 89f7e92..527bfe1 100644 --- a/src/engine/config/constants.ts +++ b/src/engine/config/constants.ts @@ -31,7 +31,7 @@ export namespace KeyConstants { // value -> [key] from KeyActions export const ActionKeys: Map = Object.keys( - KeyActions, + KeyActions ).reduce((acc: Map, key) => { const action = KeyActions[key.toLowerCase()]; -- cgit v1.2.3-70-g09d2