Skip to content

Commit f89f06a

Browse files
committed
Fix whitespace
1 parent a9a0bc2 commit f89f06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/10-es-modern/4-es-function/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ let g = function() {};
189189

190190
let user = {
191191
// свойство user.sayHi.name == "sayHi"
192-
sayHi: function() { }
192+
sayHi: function() {}
193193
};
194194
```
195195

0 commit comments

Comments
 (0)