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

Commit c72ab2a

Browse files
author
Chris Yang
committed
format
1 parent cc9ee8d commit c72ab2a

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
@@ -72,7 +72,7 @@ static GetFlutterAssetPathFromBundle(NSBundle* bundle) {
7272
}
7373

7474
NSString* FLTAssetsPathFromBundle(NSBundle* bundle) {
75-
NSString *flutterAssetsPath = GetFlutterAssetPathFromBundle(bundle);
75+
NSString* flutterAssetsPath = GetFlutterAssetPathFromBundle(bundle);
7676
if (flutterAssetsPath.length == 0) {
7777
flutterAssetsPath = GetFlutterAssetPathFromBundle(NSBundle.mainBundle);
7878
}

0 commit comments

Comments
 (0)