Consistent spacing between keys and values in object literal
Related to https://github.com/openlayers/eslint-config-openlayers/pull/9
This commit is contained in:
@@ -32,7 +32,7 @@ describe('ol.format.EsriJSON', function() {
|
||||
|
||||
var multiPointEsriJSON = {
|
||||
geometry: {
|
||||
'points' : [[102.0, 0.0], [103.0, 1.0]]
|
||||
'points': [[102.0, 0.0], [103.0, 1.0]]
|
||||
},
|
||||
attributes: {
|
||||
'prop0': 'value0'
|
||||
|
||||
Reference in New Issue
Block a user