Enforces spacing around commas

This commit is contained in:
Frederic Junod
2016-12-14 13:42:47 +01:00
parent b1f25d484b
commit 392cbcc138
15 changed files with 46 additions and 46 deletions

View File

@@ -137,7 +137,7 @@ describe('ol.control.ScaleLine', function() {
expect(renderSpy.callCount).to.be(2);
done();
});
map.getView().setCenter([1,1]);
map.getView().setCenter([1, 1]);
});
});