File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
modules/default/weather/providers Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ WeatherProvider.register("envcanada", {
143143
144144 Log . debug ( `[weather.envcanada] ${ target } Citypage url: ${ forecastFileURL } ` ) ;
145145
146- /*
147- * If the Citypage filename has not changed since the last Weather refresh, the forecast has not changed and
148- * and therefore we can skip reading the Citypage URL.
149- */
146+ /*
147+ * If the Citypage filename has not changed since the last Weather refresh, the forecast has not changed and
148+ * and therefore we can skip reading the Citypage URL.
149+ */
150150
151151 if ( target === "Current" && this . lastCityPageCurrent === forecastFileURL ) {
152152 Log . debug ( `[weather.envcanada] ${ target } - Newest Citypage has already been seen - skipping!` ) ;
@@ -177,9 +177,9 @@ WeatherProvider.register("envcanada", {
177177 }
178178
179179 /*
180- * With the city's weather data read, parse the resulting XML document for the appropriate weather data
181- * elements to create a weather object. Next, set Weather modules details from that object.
182- */
180+ * With the city's weather data read, parse the resulting XML document for the appropriate weather data
181+ * elements to create a weather object. Next, set Weather modules details from that object.
182+ */
183183 Log . debug ( `[weather.envcanada] ${ target } - Citypage has been read and will be processed for updates` ) ;
184184
185185 if ( target === "Current" ) {
You can’t perform that action at this time.
0 commit comments