Migrate to Swift 5.0
This commit is contained in:
parent
e06413b348
commit
f9c19b3ca4
26 changed files with 143 additions and 152 deletions
|
|
@ -109,7 +109,7 @@ public class PasswordStore {
|
|||
}
|
||||
|
||||
public var numberOfLocalCommits: Int? {
|
||||
return (try? getLocalCommits())?.flatMap { $0.count }
|
||||
return (try? getLocalCommits())?.count
|
||||
}
|
||||
|
||||
public var lastSyncedTime: Date? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue