⚡ placed missed break line
This commit is contained in:
parent
2901e0c645
commit
98be74f56a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue