aboutsummaryrefslogtreecommitdiff
path: root/Map/MapApp.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:11:21 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:19:39 +0100
commitfa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c (patch)
tree2dce2e95bab08f773246b450ac50227f8e8f57da /Map/MapApp.swift
parent0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (diff)
Apply formatting rules
Diffstat (limited to 'Map/MapApp.swift')
-rw-r--r--Map/MapApp.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/MapApp.swift b/Map/MapApp.swift
index 5e74049..989349c 100644
--- a/Map/MapApp.swift
+++ b/Map/MapApp.swift
@@ -45,7 +45,7 @@ struct MapApp: App {
Settings {
PreferencesWindow()
}
- .onChange(of: appearanceStyle) { _, newValue in
+ .onChange(of: appearanceStyle) { _, _ in
applyAppearanceStyle()
}
}