summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-10 13:14:10 -0700
committerGitHub <noreply@github.com>2019-07-10 13:14:10 -0700
commitc3b79bb201cc71d94ebc317c2f582b50d01f4920 (patch)
tree314e20f36f83ca5114a25d9b059db37a01ff6e5e
parentc4f6437d0161748bd82579f6a80410e8ad3baba8 (diff)
downloadqtlocation-mapboxgl-c3b79bb201cc71d94ebc317c2f582b50d01f4920.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 f1edbc1cab..df26ee0474 100644
--- a/platform/darwin/src/MGLOfflineStorage.mm
+++ b/platform/darwin/src/MGLOfflineStorage.mm
@@ -512,7 +512,6 @@ const MGLExceptionName MGLUnsupportedRegionTypeException = @"MGLUnsupportedRegio
#pragma mark - Ambient Cache management
- (void)setMaximumAmbientCacheSize:(NSInteger)cacheSize withCallback:(void (^)(NSError * _Nullable))completion {
-
_mbglFileSource->setMaximumAmbientCacheSize(cacheSize, [&, completion](std::exception_ptr exception) {
if (!completion) { return; }