Use SwiftFormat version 0.49.x and enable some new rules (#527)
This commit is contained in:
parent
b62c5fa2e5
commit
cdedff0d4d
32 changed files with 139 additions and 126 deletions
|
|
@ -109,8 +109,8 @@ extension PGPKeyArmorImportTableViewController: PGPKeyImporter {
|
|||
}
|
||||
|
||||
func importKeys() throws {
|
||||
try KeyFileManager.PublicPgp.importKey(from: armorPublicKey ?? "")
|
||||
try KeyFileManager.PrivatePgp.importKey(from: armorPrivateKey ?? "")
|
||||
try KeyFileManager.PublicPGP.importKey(from: armorPublicKey ?? "")
|
||||
try KeyFileManager.PrivatePGP.importKey(from: armorPrivateKey ?? "")
|
||||
}
|
||||
|
||||
func saveImportedKeys() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue