From a64e49b064daeced899c10067122230ef07bbb4b Mon Sep 17 00:00:00 2001 From: Milos Brzakovic Date: Mon, 12 Jul 2021 18:44:22 +0200 Subject: [PATCH] small fix - whitespace --- modules/renderer/background_source.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/renderer/background_source.js b/modules/renderer/background_source.js index 6a9ac227b..6723d550f 100644 --- a/modules/renderer/background_source.js +++ b/modules/renderer/background_source.js @@ -278,8 +278,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) { /* missing tile image strictness param (n=) - • n=f -> (Fail) returns a 404 - • n=z -> (Empty) returns a 200 with 0 bytes (no content) + • n=f -> (Fail) returns a 404 + • n=z -> (Empty) returns a 200 with 0 bytes (no content) • n=t -> (Transparent) returns a 200 with a transparent (png) tile */ const strictParam = 'n';