prettier/tests/bracketSpacing/object.js

3 lines
61 B
JavaScript
Raw Normal View History

2017-01-13 09:30:18 +03:00
const obj1 = {a:1, b:2, c:3}
const obj2 = { a:1, b:2, c:3 };