Remove unnecessary returns
This commit is contained in:
parent
1dfaf7c1d2
commit
9e0d60989b
1 changed files with 0 additions and 2 deletions
|
|
@ -275,7 +275,6 @@ public class PasswordStore {
|
|||
} catch {
|
||||
fatalError("FailedToFetchPasswordEntities".localize(error))
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
public func passwordEntityExisted(path: String) -> Bool {
|
||||
|
|
@ -291,7 +290,6 @@ public class PasswordStore {
|
|||
} catch {
|
||||
fatalError("FailedToFetchPasswordEntities".localize(error))
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
public func getPasswordEntity(by path: String, isDir: Bool) -> PasswordEntity? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue