summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-10 10:06:41 +0800
committerGitHub <noreply@github.com>2019-07-10 10:06:41 +0800
commit3997c99f2ec97e58f10be1f6758f6abdbc63abd4 (patch)
treef894a30b3337a7cd3b7e861cd5faa15df09c23c4
parent13ac436b5f18c579cc34a3228219c477e65ee114 (diff)
downloadqtlocation-mapboxgl-3997c99f2ec97e58f10be1f6758f6abdbc63abd4.tar.gz
Update platform/darwin/test/MGLOfflineRegionTests.m
Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
-rw-r--r--platform/darwin/test/MGLOfflineRegionTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLOfflineRegionTests.m b/platform/darwin/test/MGLOfflineRegionTests.m
index 38a090d15e..1ac6e19a11 100644
--- a/platform/darwin/test/MGLOfflineRegionTests.m
+++ b/platform/darwin/test/MGLOfflineRegionTests.m
@@ -50,7 +50,7 @@
- (void)testIncludesIdeographicGlyphsByDefault {
- //Tile pyramid offline region
+ // Tile pyramid offline region
{
MGLCoordinateBounds bounds = MGLCoordinateBoundsMake(kCLLocationCoordinate2DInvalid, kCLLocationCoordinate2DInvalid);
MGLTilePyramidOfflineRegion *tilePyramidOfflineRegion = [[MGLTilePyramidOfflineRegion alloc] initWithStyleURL:[MGLStyle lightStyleURLWithVersion:MGLStyleDefaultVersion] bounds:bounds fromZoomLevel:5 toZoomLevel:10];