aboutsummaryrefslogtreecommitdiff
path: root/HoloBar/HoloBarApp.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-04-23 02:31:49 -0700
committerFuwn <[email protected]>2025-04-23 02:31:49 -0700
commit138be808e577fcda97f32018988cc9cc90b3f452 (patch)
treeb52f78ecbc57928022b0b6f9884b9fec4d965a56 /HoloBar/HoloBarApp.swift
parentstyle: Format all source files (diff)
downloadholobar-main.tar.xz
holobar-main.zip
refactor: Apply lintsHEADmain
Diffstat (limited to 'HoloBar/HoloBarApp.swift')
-rw-r--r--HoloBar/HoloBarApp.swift2
1 files changed, 1 insertions, 1 deletions
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()