From baba027e2c34ff68ccb4d39f62de23428c9996ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 11 Feb 2022 17:03:47 +0100 Subject: [PATCH] Blank line cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/types/JsonType.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/JsonType.ts b/src/types/JsonType.ts index 79670c9a..846eb763 100644 --- a/src/types/JsonType.ts +++ b/src/types/JsonType.ts @@ -5,4 +5,3 @@ type JsonValue = string | number | boolean | Date | JsonType | JsonArray; export interface JsonType { [key: string]: JsonValue; } - -- 2.34.1