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

Commit fddbd73

Browse files
author
Chris Yang
committed
format
1 parent 8221a69 commit fddbd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
if ([mainBundle.bundleURL.pathExtension isEqualToString:@"appex"]) {
3333
// Up two levels.
3434
return [NSBundle bundleWithURL:mainBundle.bundleURL.URLByDeletingLastPathComponent
35-
.URLByDeletingLastPathComponent];
35+
.URLByDeletingLastPathComponent];
3636
}
3737
return mainBundle;
3838
}

0 commit comments

Comments
 (0)