From 419634ea2a0a984d7e7a0cf9989f8e3b6d69e024 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 11 Aug 2025 22:17:27 -0400 Subject: [PATCH] Formatting --- Services/Location.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Services/Location.qml b/Services/Location.qml index b5f91d2..e71c109 100644 --- a/Services/Location.qml +++ b/Services/Location.qml @@ -53,8 +53,7 @@ Singleton { } // -------------------------------- - function init() { - // does nothing but ensure the singleton is created + function init() {// does nothing but ensure the singleton is created // do not remove } @@ -66,7 +65,7 @@ Singleton { data.weather = null // Try to fetch immediately - updateWeather(); + updateWeather() } // --------------------------------