fix prettier

This commit is contained in:
mike-000
2020-07-30 14:18:58 +01:00
committed by GitHub
parent dcdaf6ddc5
commit eee7e2523c

View File

@@ -273,10 +273,7 @@ describe('ol.coordinate', function () {
expect(wrapX([1096, 48], projection)).to.eql([16, 48]);
});
const swiss = new Projection({
code: 'EPSG:21781',
units: 'm',
});
const swiss = new Projection({code: 'EPSG:21781', units: 'm'});
it('leaves non-global projection coordinates untouched', function () {
expect(wrapX([1096, 48], swiss)).to.eql([1096, 48]);