From 3d5ad29eacda9936e10d056a268a67b3c3ac40d3 Mon Sep 17 00:00:00 2001 From: Jacob Ebey Date: Sat, 9 Feb 2019 13:51:23 -0800 Subject: [PATCH] - Removed trailing space --- modules/default/weatherforecast/weatherforecast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/weatherforecast/weatherforecast.js b/modules/default/weatherforecast/weatherforecast.js index 1867da36..c32821db 100644 --- a/modules/default/weatherforecast/weatherforecast.js +++ b/modules/default/weatherforecast/weatherforecast.js @@ -97,7 +97,7 @@ Module.register("weatherforecast",{ this.forecast = []; this.loaded = false; this.updateTimer = null; - + if (this.config.autoLocation) { this.sendSocketNotification("AUTO_LOCATION"); } else {