From 89ed757273b596eff023552dd9e8723df09e9be0 Mon Sep 17 00:00:00 2001 From: philip Date: Mon, 30 Dec 2019 16:22:44 +0000 Subject: [PATCH] Fix indentation --- src/ol/reproj/Triangulation.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/reproj/Triangulation.js b/src/ol/reproj/Triangulation.js index d5c7580584..bc3f24e522 100644 --- a/src/ol/reproj/Triangulation.js +++ b/src/ol/reproj/Triangulation.js @@ -251,10 +251,10 @@ class Triangulation { isFinite(sourceQuadExtent[1]) && isFinite(sourceQuadExtent[2]) && isFinite(sourceQuadExtent[3])) { - if (!intersects(sourceQuadExtent, this.maxSourceExtent_)) { - // whole quad outside source projection extent -> ignore - return; - } + if (!intersects(sourceQuadExtent, this.maxSourceExtent_)) { + // whole quad outside source projection extent -> ignore + return; + } } }