Fix new warning caused by Swift 5.3 and bring SwiftLint rule in sync with it

This commit is contained in:
Danny Moesch 2020-09-19 15:20:50 +02:00 committed by Mingshen Sun
parent 2b7b378e12
commit f9d5d794f0
5 changed files with 7 additions and 4 deletions

View file

@ -33,6 +33,7 @@ class GitRepositorySettingsTableViewController: UITableViewController, PasswordA
keyStore: keychain
)
}
private var gitAuthenticationMethod: GitAuthenticationMethod {
get { Defaults.gitAuthenticationMethod }
set {