repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e56aa9a
)
Typing.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 22 Dec 2020 15:48:38 +0000
(16:48 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Utils.ts
b/src/utils/Utils.ts
index 83cb66ecfb2605c481695594a4cb89a99b8de9ea..226f54c4df5abfa54386737d2e0ffe0ed7e40ac1 100644
(file)
--- a/
src/utils/Utils.ts
+++ b/
src/utils/Utils.ts
@@
-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?