Use SwiftLint version 0.43.x
This commit is contained in:
parent
ac3d246b81
commit
3f75591484
5 changed files with 8 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ public class PGPAgent {
|
|||
|
||||
private let keyStore: KeyStore
|
||||
private var pgpInterface: PGPInterface?
|
||||
private var latestDecryptStatus: Bool = true
|
||||
private var latestDecryptStatus = true
|
||||
|
||||
public init(keyStore: KeyStore = AppKeychain.shared) {
|
||||
self.keyStore = keyStore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue