Skip to content

Commit c90e100

Browse files
committed
Add empty line for readability
1 parent 79d4a1b commit c90e100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JavaScript/2-middle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const Adder = class {
1515
this.steps = [initial];
1616
this.value = initial;
1717
}
18+
1819
add(value) {
1920
this.steps.push(value);
2021
this.value += value;

0 commit comments

Comments
 (0)