diff --git a/SecretAgent/Notifier.swift b/SecretAgent/Notifier.swift index 84ef889..cf580f7 100644 --- a/SecretAgent/Notifier.swift +++ b/SecretAgent/Notifier.swift @@ -20,8 +20,7 @@ class Notifier { func prompt() { let notificationCenter = UNUserNotificationCenter.current() - notificationCenter.requestAuthorization(options: .alert) { _, _ in - } + notificationCenter.requestAuthorization(options: .alert) { _, _ in } } func notify(accessTo secret: AnySecret, by provenance: SigningRequestProvenance) {