Skip to content

Commit 050b934

Browse files
committed
Remove empty lines for readability
1 parent ce92864 commit 050b934

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JavaScript/a-thenable.js

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
const fs = require('fs');
44

55
class Thenable {
6-
76
constructor() {
87
this.thenHandler = null;
98
this.next = null;
@@ -27,7 +26,6 @@ class Thenable {
2726
}
2827
}
2928
}
30-
3129
}
3230

3331
// Usage

0 commit comments

Comments
 (0)