mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix prettier issue.
This commit is contained in:
parent
be0c8f4f16
commit
f97be2f8f3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user