Skip to content

Commit 96b69c4

Browse files
committed
Merge pull request airbnb#87 from nicoder/patch-2
"declare each variable on a newline"
2 parents c8442b4 + 701311e commit 96b69c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
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)