From: Jérôme Benoit Date: Fri, 11 Feb 2022 16:03:47 +0000 (+0100) Subject: Blank line cleanup X-Git-Tag: v1.1.48~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=baba027e2c34ff68ccb4d39f62de23428c9996ad;p=e-mobility-charging-stations-simulator.git Blank line cleanup Signed-off-by: Jérôme Benoit --- 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; } -