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:
Frederic Junod
2016-12-14 12:10:16 +01:00
parent 88c417587c
commit 1478cadb18
8 changed files with 37 additions and 37 deletions

View File

@@ -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'