From 8dc21f358a2ceee7dc8f9450a9ca6553409f5aac Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 31 Jul 2019 12:15:37 +0100 Subject: [PATCH] Formatting --- client_src/js/ClientConfig.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_src/js/ClientConfig.mjs b/client_src/js/ClientConfig.mjs index 3f6e24e..8c43882 100644 --- a/client_src/js/ClientConfig.mjs +++ b/client_src/js/ClientConfig.mjs @@ -4,7 +4,7 @@ export default { ai_index_file: "ais/index.json", // The default location to show on the map when loading the page. - default_location: [ 53.76203,-0.35162 ], + default_location: [ 53.76203, -0.35162 ], // The default zoom level to use when loading the page. default_zoom: 12,