Enable SwiftLint rule 'redundant_type_annotation' and fix all violations
This commit is contained in:
parent
fe380d4d65
commit
b4551f83fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue