Use SwiftLint version 0.43.x

This commit is contained in:
Danny Moesch 2021-03-06 15:26:42 +01:00 committed by Mingshen Sun
parent ac3d246b81
commit 3f75591484
5 changed files with 8 additions and 4 deletions

View file

@ -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