Fix comma typo

pull/7361/head
Aaron Ruan 2025-05-16 00:40:25 +08:00
parent f6d56f4f03
commit f343e1ba46
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ extension Ghostty {
} }
private static func checkForUpdates( private static func checkForUpdates(
_ app: ghostty_app_t, _ app: ghostty_app_t
) { ) {
if let appDelegate = NSApplication.shared.delegate as? AppDelegate { if let appDelegate = NSApplication.shared.delegate as? AppDelegate {
appDelegate.checkForUpdates(nil) appDelegate.checkForUpdates(nil)