From 84f16c11af99908e896bfd1d4a09a77471ce5be3 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Wed, 25 Sep 2024 20:39:35 +0100 Subject: [PATCH] style: newline at EOF --- src/platform.ts | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform.ts b/src/platform.ts index 2c932a16..91490f78 100644 --- a/src/platform.ts +++ b/src/platform.ts @@ -17,4 +17,4 @@ function getHash(str: string, algorithm: string = 'md5') { export = { getHash, debuglog, -}; \ No newline at end of file +}; diff --git a/tsconfig.json b/tsconfig.json index 55aa06e6..48f0dce7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,4 +8,4 @@ "include": [ "./src/**/*" ] -} \ No newline at end of file +}