Enable some more SwitfLint rules (#565)
This commit is contained in:
parent
4da22b0a80
commit
ad105b3df1
4 changed files with 15 additions and 5 deletions
|
|
@ -36,7 +36,8 @@ class SSHKeyURLImportTableViewController: AutoCellHeightUITableViewController {
|
|||
self.performSegue(withIdentifier: "importSSHKeySegue", sender: self)
|
||||
}
|
||||
)
|
||||
return present(savePassphraseAlert, animated: true)
|
||||
present(savePassphraseAlert, animated: true)
|
||||
return
|
||||
}
|
||||
sshPrivateKeyURL = privateKeyURL
|
||||
performSegue(withIdentifier: "importSSHKeySegue", sender: self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue