Enable SwiftLint rule 'redundant_type_annotation' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-05 22:59:03 +02:00 committed by Mingshen Sun
parent fe380d4d65
commit b4551f83fb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
//
public class PGPAgent {
public static let shared: PGPAgent = PGPAgent()
public static let shared = PGPAgent()
private let keyStore: KeyStore
private var pgpInterface: PGPInterface?