summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Crocker <jesse@gaiagps.com>2017-03-03 08:02:49 -0700
committerJesse Crocker <jesse@gaiagps.com>2017-03-03 08:02:49 -0700
commit0be7292227ca5008fe611dee89c799871776c37e (patch)
tree64b1ef4b518fcae2d109d3829050db393a9ab8ce
parentc73f6de2bda43c8a5d7c4a3af877bab8015d2328 (diff)
downloadqtlocation-mapboxgl-0be7292227ca5008fe611dee89c799871776c37e.tar.gz
Change indent in MGLComputedShapeSourceTests to 4 spaces
-rw-r--r--platform/darwin/test/MGLComputedShapeSourceTests.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/platform/darwin/test/MGLComputedShapeSourceTests.m b/platform/darwin/test/MGLComputedShapeSourceTests.m
index 3d1a37a4dc..35499cbc9e 100644
--- a/platform/darwin/test/MGLComputedShapeSourceTests.m
+++ b/platform/darwin/test/MGLComputedShapeSourceTests.m
@@ -9,16 +9,16 @@
@implementation MGLComputedShapeSourceTests
- (void)testInitializer {
- MGLComputedShapeSource *source = [[MGLComputedShapeSource alloc] initWithIdentifier:@"id"
- options:@{}];
- XCTAssertNotNil(source);
- XCTAssertNotNil(source.requestQueue);
- XCTAssertNil(source.dataSource);
+ MGLComputedShapeSource *source = [[MGLComputedShapeSource alloc] initWithIdentifier:@"id"
+ options:@{}];
+ XCTAssertNotNil(source);
+ XCTAssertNotNil(source.requestQueue);
+ XCTAssertNil(source.dataSource);
}
- (void)testNilOptions {
- MGLComputedShapeSource *source = [[MGLComputedShapeSource alloc] initWithIdentifier:@"id" options:nil];
- XCTAssertNotNil(source);
+ MGLComputedShapeSource *source = [[MGLComputedShapeSource alloc] initWithIdentifier:@"id" options:nil];
+ XCTAssertNotNil(source);
}