From 030eddaf346a9e1325e0c8dcc9d4dfab1564bf6d Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sat, 9 Mar 2024 19:34:54 +0100 Subject: [PATCH] Floating: add missing `;` --- src/world/clientState/Floating.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/clientState/Floating.ts b/src/world/clientState/Floating.ts index c2bb32a..9024a18 100644 --- a/src/world/clientState/Floating.ts +++ b/src/world/clientState/Floating.ts @@ -54,7 +54,7 @@ namespace ClientState { clientManager.pinClient(kwinClient); }); } - }) + }); return manager; }