Typing.
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 22 Dec 2020 15:48:38 +0000 (16:48 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 22 Dec 2020 15:48:38 +0000 (16:48 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Utils.ts

index 83cb66ecfb2605c481695594a4cb89a99b8de9ea..226f54c4df5abfa54386737d2e0ffe0ed7e40ac1 100644 (file)
@@ -17,7 +17,7 @@ export default class Utils {
     return new Date(milliSeconds).toISOString().substr(11, 8);
   }
 
-  static removeExtraEmptyLines(tab): void {
+  static removeExtraEmptyLines(tab: string[]): void {
     // Start from the end
     for (let i = tab.length - 1; i > 0; i--) {
       // Two consecutive empty lines?