summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-10 13:13:45 -0700
committerGitHub <noreply@github.com>2019-07-10 13:13:45 -0700
commitc4f6437d0161748bd82579f6a80410e8ad3baba8 (patch)
treeb72b60d96c80991fb998a54607d4ae2191e721e6
parent7c3d9b2dd33be6b8569e43ffbdf321a75b21a2a4 (diff)
downloadqtlocation-mapboxgl-c4f6437d0161748bd82579f6a80410e8ad3baba8.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 42691d93af..f1edbc1cab 100644
--- a/platform/darwin/src/MGLOfflineStorage.mm
+++ b/platform/darwin/src/MGLOfflineStorage.mm
@@ -450,7 +450,6 @@ const MGLExceptionName MGLUnsupportedRegionTypeException = @"MGLUnsupportedRegio
}
- (void)invalidatePack:(MGLOfflinePack *)pack withCompletionHandler:(void (^)(NSError * _Nullable))completion {
-
if (!completion) { return; }
mbgl::OfflineRegion& region = *pack.mbglOfflineRegion;
NSError *error;