diff --git a/src/ol/reproj.js b/src/ol/reproj.js index 98e86d05fb..da0b2b56d0 100644 --- a/src/ol/reproj.js +++ b/src/ol/reproj.js @@ -331,7 +331,10 @@ export function render( context.save(); context.beginPath(); - if (isBrokenDiagonalRendering() || opt_contextOptions === IMAGE_SMOOTHING_DISABLED) { + if ( + isBrokenDiagonalRendering() || + opt_contextOptions === IMAGE_SMOOTHING_DISABLED + ) { // Make sure that everything is on pixel boundaries const u0r = pixelRound(u0); const v0r = pixelRound(v0);