Enable SwiftLint rule 'joined_default_parameter' and fix all violations
This commit is contained in:
parent
8861aaa7e1
commit
fb01d6bdf9
3 changed files with 3 additions and 3 deletions
|
|
@ -113,7 +113,7 @@ class PGPKeyArmorImportTableViewController: AutoCellHeightUITableViewController,
|
|||
// MARK: - QRScannerControllerDelegate Methods
|
||||
|
||||
func handleScannedOutput(line _: String) {
|
||||
let key = scanned.segments.joined(separator: "")
|
||||
let key = scanned.segments.joined()
|
||||
switch scanned.keyType {
|
||||
case .publicKey:
|
||||
armorPublicKeyTextView.text += key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue