From b48227dd370385253a954b510b3616e3c505d4bd Mon Sep 17 00:00:00 2001 From: Merijn Hendriks Date: Wed, 29 Dec 2021 16:52:43 +0100 Subject: [PATCH] Run linter --- Server/src/Haru.Http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/Haru.Http.ts b/Server/src/Haru.Http.ts index b2d8203..84d60e8 100644 --- a/Server/src/Haru.Http.ts +++ b/Server/src/Haru.Http.ts @@ -114,7 +114,7 @@ export class HttpServer implements IServer export class Service { - private static readonly textEncoder = new TextEncoder() + private static readonly textEncoder = new TextEncoder(); protected send(res: ServerResponse, data: Uint8Array, type: string, compress: boolean = true): void {