macos: swiftlint 'empty_parentheses_with_trailing_closure' rule
parent
1b827e3e45
commit
a83c8f8a9d
|
|
@ -14,7 +14,6 @@ disabled_rules:
|
|||
|
||||
# TODO
|
||||
- deployment_target
|
||||
- empty_parentheses_with_trailing_closure
|
||||
- for_where
|
||||
- force_cast
|
||||
- implicit_getter
|
||||
|
|
|
|||
|
|
@ -1377,7 +1377,7 @@ extension Ghostty {
|
|||
}
|
||||
}
|
||||
|
||||
center.getNotificationSettings() { settings in
|
||||
center.getNotificationSettings { settings in
|
||||
guard settings.authorizationStatus == .authorized else { return }
|
||||
surfaceView.showUserNotification(title: title, body: body)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue