Skip to content

Commit e7d8413

Browse files
chore: fix indent
1 parent 9f41eee commit e7d8413

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/default/weather/providers/envcanada.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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") {

0 commit comments

Comments
 (0)