From fa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 00:11:21 +0100 Subject: Apply formatting rules --- Map/Presentation/PreferencesWindow.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Map/Presentation/PreferencesWindow.swift') diff --git a/Map/Presentation/PreferencesWindow.swift b/Map/Presentation/PreferencesWindow.swift index 3a50119..0865524 100644 --- a/Map/Presentation/PreferencesWindow.swift +++ b/Map/Presentation/PreferencesWindow.swift @@ -102,7 +102,7 @@ struct PreferencesWindow: View { } } } - + private func clipShape() -> AnyShape { if #available(macOS 26.0, *) { AnyShape(RoundedRectangle(cornerRadius: Dimensions.Preferences.Toolbar.glassRadius)) @@ -112,7 +112,6 @@ struct PreferencesWindow: View { } } - #Preview { PreferencesWindow() } -- cgit