From 138be808e577fcda97f32018988cc9cc90b3f452 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Apr 2025 02:31:49 -0700 Subject: refactor: Apply lints --- HoloBar/HoloBarApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HoloBar/HoloBarApp.swift') diff --git a/HoloBar/HoloBarApp.swift b/HoloBar/HoloBarApp.swift index 650495b..699d135 100644 --- a/HoloBar/HoloBarApp.swift +++ b/HoloBar/HoloBarApp.swift @@ -55,7 +55,7 @@ struct HoloBarApp: App { } Button("Refresh", action: refreshCharacters) - Button("Quit", action: { NSApplication.shared.terminate(nil) }) + Button("Quit") { NSApplication.shared.terminate(nil) } } .onReceive(NotificationCenter.default.publisher(for: .NSCalendarDayChanged)) { _ in refreshCharacters() -- cgit v1.2.3