Prettier fixes.

This commit is contained in:
Michael Teeuw
2020-12-08 16:20:48 +01:00
parent f97be2f8f3
commit e950cdaf32
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ WeatherProvider.register("ukmetofficedatahub", {
return windInMpS;
}
if (this.config.windUnits == "kph" || this.config.windUnits == "metric" || this.config.useKmh ) {
if (this.config.windUnits == "kph" || this.config.windUnits == "metric" || this.config.useKmh) {
return windInMpS * 3.6;
}