From 9818fa8772391e5757d0865a38e2ead4ba74f47f Mon Sep 17 00:00:00 2001 From: Lemmy Date: Thu, 19 Mar 2026 18:49:24 -0400 Subject: [PATCH] chore(autofmt) --- Modules/Cards/WeatherCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Cards/WeatherCard.qml b/Modules/Cards/WeatherCard.qml index 5a853bd8c..592548f3a 100644 --- a/Modules/Cards/WeatherCard.qml +++ b/Modules/Cards/WeatherCard.qml @@ -61,7 +61,7 @@ NBox { } // Limit update rate to avoid using too much processing power - property real time: parent.shaderTime - (parent.shaderTime % (1 / ( root.isRaining ? 3 : root.isSnowing ? 6 : 2))) + property real time: parent.shaderTime - (parent.shaderTime % (1 / (root.isRaining ? 3 : root.isSnowing ? 6 : 2))) property real itemWidth: weatherEffect.width property real itemHeight: weatherEffect.height property color bgColor: root.color