Skip to content

Commit 701311e

Browse files
committed
"declare each variable on a newline"
for consistency with another rule below
1 parent c8442b4 commit 701311e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@
220220
```javascript
221221
var items,
222222
messages,
223-
length, i;
223+
length,
224+
i;
224225
225226
messages = [{
226227
state: 'success',

0 commit comments

Comments
 (0)