Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4b5c020

Browse files
author
Chris Yang
committed
format
1 parent c17f83f commit 4b5c020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterDartProjectTest.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ - (void)testFLTGetApplicationBundleWhenCurrentTargetIsNotExtension {
8080

8181
- (void)testFLTGetApplicationBundleWhenCurrentTargetIsExtension {
8282
id mockMainBundle = OCMPartialMock([NSBundle mainBundle]);
83-
NSURL *url = [[NSBundle mainBundle].bundleURL URLByAppendingPathComponent:@"foo/ext.appex"];
83+
NSURL* url = [[NSBundle mainBundle].bundleURL URLByAppendingPathComponent:@"foo/ext.appex"];
8484
OCMStub([mockMainBundle bundleURL]).andReturn(url);
8585
NSBundle* bundle = FLTGetApplicationBundle();
8686
[mockMainBundle stopMocking];

0 commit comments

Comments
 (0)