From a7192b5eff0cbc7a74f90c441caf640f43d414a3 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 20 Jan 2025 20:26:56 +0000 Subject: [PATCH] lint --- src/net/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/models.ts b/src/net/models.ts index 4f93ef5..6a14ba8 100644 --- a/src/net/models.ts +++ b/src/net/models.ts @@ -70,4 +70,4 @@ export const GameClientReadyEventType = "uk.half-shot.uk.wormgine.ready"; export interface GameClientReadyEvent { type: typeof GameClientReadyEventType; content: Record; -} \ No newline at end of file +}