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

Commit 5fe9870

Browse files
authored
lint2
1 parent 7a31d4d commit 5fe9870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
bool hasExplicitBundle = bundle != nil;
6868
if (bundle == nil) {
6969
bundle = FLTBundleWithIdentifierFast([engineBundle.bundleURL URLByDeletingLastPathComponent],
70-
[FlutterDartProject defaultBundleIdentifier]);
70+
[FlutterDartProject defaultBundleIdentifier]);
7171
}
7272
if (bundle == nil) {
7373
bundle = mainBundle;

0 commit comments

Comments
 (0)