summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-10 13:15:19 -0700
committerGitHub <noreply@github.com>2019-07-10 13:15:19 -0700
commit8ca4820573391f1c580edf4497278ce4bad72f13 (patch)
treead1287e2142de5422c6500f9108ad5278d07fcc3
parentc3b79bb201cc71d94ebc317c2f582b50d01f4920 (diff)
downloadqtlocation-mapboxgl-8ca4820573391f1c580edf4497278ce4bad72f13.tar.gz
[ios] whitespace
Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
-rw-r--r--platform/darwin/src/MGLOfflineStorage.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.mm b/platform/darwin/src/MGLOfflineStorage.mm
index df26ee0474..9183096fa6 100644
--- a/platform/darwin/src/MGLOfflineStorage.mm
+++ b/platform/darwin/src/MGLOfflineStorage.mm
@@ -454,7 +454,6 @@ const MGLExceptionName MGLUnsupportedRegionTypeException = @"MGLUnsupportedRegio
mbgl::OfflineRegion& region = *pack.mbglOfflineRegion;
NSError *error;
if (!pack.mbglOfflineRegion) {
-
completion(nil);
return; }