mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 05:38:10 -05:00
Format object array to conform to whitespace guidelines
This commit is contained in:
16
README.md
16
README.md
@@ -224,14 +224,14 @@
|
||||
i;
|
||||
|
||||
messages = [{
|
||||
state: 'success',
|
||||
message: 'This one worked.'
|
||||
},{
|
||||
state: 'success',
|
||||
message: 'This one worked as well.'
|
||||
},{
|
||||
state: 'error',
|
||||
message: 'This one did not work.'
|
||||
state: 'success',
|
||||
message: 'This one worked.'
|
||||
}, {
|
||||
state: 'success',
|
||||
message: 'This one worked as well.'
|
||||
}, {
|
||||
state: 'error',
|
||||
message: 'This one did not work.'
|
||||
}];
|
||||
|
||||
length = messages.length;
|
||||
|
||||
Reference in New Issue
Block a user