Blank line cleanup
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Feb 2022 16:03:47 +0000 (17:03 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 11 Feb 2022 16:03:47 +0000 (17:03 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/JsonType.ts

index 79670c9a5c894e4a63643a93d149cd0b625c1239..846eb7639597bd518cb2fb736674bd1e50b11848 100644 (file)
@@ -5,4 +5,3 @@ type JsonValue = string | number | boolean | Date | JsonType | JsonArray;
 export interface JsonType {
   [key: string]: JsonValue;
 }
-