include missing return

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent fee47efbea
commit 3040c4a341

@ -65,6 +65,7 @@ class SystemContactsFetcher: NSObject {
DispatchQueue.main.async { DispatchQueue.main.async {
completion?(error) completion?(error)
} }
return
} }
guard granted else { guard granted else {

Loading…
Cancel
Save