Update for Swift 5.2

This commit is contained in:
gmbnt 2020-03-27 10:38:35 +11:00
parent 96cb307e1a
commit 16a06f7535
1 changed files with 1 additions and 1 deletions

View File

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