Update for Swift 5.2

This commit is contained in:
gmbnt 2020-03-27 10:38:35 +11:00
parent 96cb307e1a
commit 16a06f7535

View file

@ -352,7 +352,7 @@ public class SystemContactsFetcher: NSObject {
guard let contacts = fetchedContacts else { guard let contacts = fetchedContacts else {
owsFailDebug("contacts was unexpectedly not set.") owsFailDebug("contacts was unexpectedly not set.")
completion(nil) return completion(nil)
} }
Logger.info("fetched \(contacts.count) contacts.") Logger.info("fetched \(contacts.count) contacts.")