Enable some more SwitfLint rules (#565)

This commit is contained in:
Danny Mösch 2022-06-16 04:55:02 +02:00 committed by GitHub
parent 4da22b0a80
commit ad105b3df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 5 deletions

View file

@ -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)