Skip to content

Commit 08bab5a

Browse files
committed
Fix code style
1 parent 9303df9 commit 08bab5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

JavaScript/3-class.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ class Container {
88
configurable: false,
99
enumerable: false,
1010
writable: false,
11-
value
11+
value,
1212
});
1313
}
14+
1415
getValue() {
1516
return this[containerValue];
1617
}

0 commit comments

Comments
 (0)