Use SwiftFormat version 0.49.x and enable some new rules (#527)
This commit is contained in:
parent
b62c5fa2e5
commit
cdedff0d4d
32 changed files with 139 additions and 126 deletions
|
|
@ -14,9 +14,7 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
|
|||
PasscodeExtensionDisplay(extensionContext: extensionContext)
|
||||
}()
|
||||
|
||||
private lazy var passwordsViewController: PasswordsViewController = {
|
||||
(children.first as! UINavigationController).viewControllers.first as! PasswordsViewController
|
||||
}()
|
||||
private lazy var passwordsViewController: PasswordsViewController = (children.first as! UINavigationController).viewControllers.first as! PasswordsViewController
|
||||
|
||||
private lazy var credentialProvider: CredentialProvider = { [unowned self] in
|
||||
CredentialProvider(viewController: self, extensionContext: extensionContext, afterDecryption: NotificationCenterDispatcher.showOTPNotification)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue