From e0eeace9dcf81fb8e934bdd4578d36307c416f16 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 29 Sep 2023 08:57:08 +0200 Subject: [PATCH] ClientState.Manager: `;` -> `,` --- src/world/clientState/Manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/clientState/Manager.ts b/src/world/clientState/Manager.ts index 4549427..461788a 100644 --- a/src/world/clientState/Manager.ts +++ b/src/world/clientState/Manager.ts @@ -21,6 +21,6 @@ namespace ClientState { } export type State = { - destroy(passFocus: boolean): void; + destroy(passFocus: boolean): void, }; }