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
|
|
@ -91,7 +91,7 @@ class SSHKeyArmorImportTableViewController: AutoCellHeightUITableViewController,
|
|||
// MARK: - QRScannerControllerDelegate Methods
|
||||
|
||||
func handleScannedOutput(line _: String) {
|
||||
armorPrivateKeyTextView.text = scanned.segments.joined(separator: "")
|
||||
armorPrivateKeyTextView.text = scanned.segments.joined()
|
||||
}
|
||||
|
||||
override func prepare(for segue: UIStoryboardSegue, sender _: Any?) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue