Use SwiftFormat version 0.48.x
This commit is contained in:
parent
56a5cbe5cb
commit
7cbc14978a
6 changed files with 9 additions and 5 deletions
|
|
@ -289,7 +289,7 @@ extension PasswordNavigationViewController {
|
|||
return false
|
||||
}
|
||||
} else if identifier == "addPasswordSegue" {
|
||||
guard PGPAgent.shared.isPrepared && PasswordStore.shared.storeRepository != nil else {
|
||||
guard PGPAgent.shared.isPrepared, PasswordStore.shared.storeRepository != nil else {
|
||||
Utils.alert(title: "CannotAddPassword".localize(), message: "MakeSurePgpAndGitProperlySet.".localize(), controller: self)
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue