From eee7e2523c1051ebb880a32925bffa08e1b22536 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Thu, 30 Jul 2020 14:18:58 +0100 Subject: [PATCH] fix prettier --- test/spec/ol/coordinate.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/spec/ol/coordinate.test.js b/test/spec/ol/coordinate.test.js index 0b07c41956..e7b2d80bd6 100644 --- a/test/spec/ol/coordinate.test.js +++ b/test/spec/ol/coordinate.test.js @@ -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]);