diff --git a/src/ol/source/common.js b/src/ol/source/common.js index eab85a456b..80198b821f 100644 --- a/src/ol/source/common.js +++ b/src/ol/source/common.js @@ -13,9 +13,10 @@ export const DEFAULT_WMS_VERSION = '1.3.0'; * Context options to disable image smoothing. * @type {Object} */ -export const IMAGE_SMOOTHING_DISABLED = FIREFOX || SAFARI || WEBKIT - ? {imageSmoothingEnabled: false} - : { - imageSmoothingEnabled: false, - msImageSmoothingEnabled: false, - }; +export const IMAGE_SMOOTHING_DISABLED = + FIREFOX || SAFARI || WEBKIT + ? {imageSmoothingEnabled: false} + : { + imageSmoothingEnabled: false, + msImageSmoothingEnabled: false, + };