mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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") {
|
||||
return metSec * 2.23694;
|
||||
} else {
|
||||
if(this.config.useKmh) {
|
||||
if (this.config.useKmh) {
|
||||
return metSec * 3.6;
|
||||
} else {
|
||||
return metSec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user