mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fix prettier issue.
This commit is contained in:
@@ -243,7 +243,7 @@ WeatherProvider.register("weathergov", {
|
|||||||
if (this.config.windUnits === "imperial") {
|
if (this.config.windUnits === "imperial") {
|
||||||
return metSec * 2.23694;
|
return metSec * 2.23694;
|
||||||
} else {
|
} else {
|
||||||
if(this.config.useKmh) {
|
if (this.config.useKmh) {
|
||||||
return metSec * 3.6;
|
return metSec * 3.6;
|
||||||
} else {
|
} else {
|
||||||
return metSec;
|
return metSec;
|
||||||
|
Reference in New Issue
Block a user