diff --git a/plugins/UserCountryMap/javascripts/realtime-map.js b/plugins/UserCountryMap/javascripts/realtime-map.js
index e2ff714cdee00352df6db334e09fe7f7f250d3a8..ea7f2107d4bcadf92abd8f3cf4e1c993c8a6db6c 100644
--- a/plugins/UserCountryMap/javascripts/realtime-map.js
+++ b/plugins/UserCountryMap/javascripts/realtime-map.js
@@ -518,8 +518,8 @@
                         return d.name;
                     }
                 });
-                if (currentMap.length==3){
-				    map.addLayer('regions', {
+                if (currentMap.length == 3){
+                    map.addLayer('regions', {
                         styles: {
                             stroke: colors['region-stroke-color']
                         }