From bc9679d62768ac0942ca29487b5e757729190601 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 8 Dec 2020 13:39:44 -0500 Subject: [PATCH] Remove trailing whitespace --- scripts/build_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_data.js b/scripts/build_data.js index adc801d32..0231a1a5b 100644 --- a/scripts/build_data.js +++ b/scripts/build_data.js @@ -88,7 +88,7 @@ function buildData() { minifyJSON('data/shortcuts.json', 'dist/data/shortcuts.min.json'), minifyJSON('data/territory_languages.json', 'dist/data/territory_languages.min.json'), Promise.all([ - // Fetch the icons that are needed by the expected tagging schema version + // Fetch the icons that are needed by the expected tagging schema version fetch('https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@2/dist/presets.min.json'), fetch('https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@2/dist/preset_categories.min.json'), fetch('https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@2/dist/fields.min.json'),