Use SwiftLint version 0.43.x
This commit is contained in:
parent
ac3d246b81
commit
3f75591484
5 changed files with 8 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ open class PasscodeLockViewController: UIViewController, UITextFieldDelegate {
|
|||
weak var forgotPasscodeButton: UIButton?
|
||||
open weak var cancelButton: UIButton?
|
||||
|
||||
var isCancellable: Bool = false
|
||||
var isCancellable = false
|
||||
|
||||
private let passwordStore = PasswordStore.shared
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue