From 4c671472ae51609e1ed48b56a03f7ccc5016c748 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 18 Sep 2020 16:17:10 -0700 Subject: [PATCH] Cleanup --- SecretAgent/Notifier.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {