Fix comma typo

This commit is contained in:
Aaron Ruan
2025-05-16 00:40:25 +08:00
parent f6d56f4f03
commit f343e1ba46

View File

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