summaryrefslogtreecommitdiffhomepage
path: root/ios/Operations/AlertPresenter.swift
diff options
context:
space:
mode:
authorSajad Vishkai <sajaclvishkai@gmail.com>2022-09-29 14:03:59 +0200
committerAndrej Mihajlov <and@mullvad.net>2022-09-29 15:16:48 +0200
commit88fc18a39e960f1b0e16b3b4f2c0e7d76e7ebf01 (patch)
tree3048b9120a2527f889339b53914d592a61060001 /ios/Operations/AlertPresenter.swift
parent5209e5c1ede9d6b8992203ec222c4c33c2539d53 (diff)
downloadmullvadvpn-88fc18a39e960f1b0e16b3b4f2c0e7d76e7ebf01.tar.xz
mullvadvpn-88fc18a39e960f1b0e16b3b4f2c0e7d76e7ebf01.zip
Reformat with swiftformat 0.50
Diffstat (limited to 'ios/Operations/AlertPresenter.swift')
-rw-r--r--ios/Operations/AlertPresenter.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/Operations/AlertPresenter.swift b/ios/Operations/AlertPresenter.swift
index 6bf4470e23..1af6a9435d 100644
--- a/ios/Operations/AlertPresenter.swift
+++ b/ios/Operations/AlertPresenter.swift
@@ -24,7 +24,8 @@ public final class AlertPresenter {
private static let initClass: Void = {
/// Swizzle `viewDidDisappear` on `UIAlertController` in order to be able to
/// detect when the controller disappears.
- /// The event is broadcasted via `AlertPresenter.alertControllerDidDismissNotification` notification.
+ /// The event is broadcasted via
+ /// `AlertPresenter.alertControllerDidDismissNotification` notification.
swizzleMethod(
aClass: UIAlertController.self,
originalSelector: #selector(UIAlertController.viewDidDisappear(_:)),