- Removed trailing space

This commit is contained in:
Jacob Ebey 2019-02-09 13:51:23 -08:00
parent c608636b7a
commit 3d5ad29eac

View File

@ -97,7 +97,7 @@ Module.register("weatherforecast",{
this.forecast = []; this.forecast = [];
this.loaded = false; this.loaded = false;
this.updateTimer = null; this.updateTimer = null;
if (this.config.autoLocation) { if (this.config.autoLocation) {
this.sendSocketNotification("AUTO_LOCATION"); this.sendSocketNotification("AUTO_LOCATION");
} else { } else {