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

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