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
+1 -1
View File
@@ -53,7 +53,7 @@ ol.render.webgl.lineStringInstruction = {
BEGIN_LINE: 3,
END_LINE: 5,
BEGIN_LINE_CAP: 7,
END_LINE_CAP : 11,
END_LINE_CAP: 11,
BEVEL_FIRST: 13,
BEVEL_SECOND: 17,
MITER_BOTTOM: 19,