placed missed break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-17 20:17:44 +06:00 committed by GitHub
parent 2901e0c645
commit 98be74f56a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ let message = 'Hello';
```
Some people also define multiple variables in this multiline style:
```js no-beautify
let user = 'John',
age = 25,