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

Commit 3d78d0b

Browse files
committed
fix formatting
1 parent 366f333 commit 3d78d0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ shared_library("ios_test_flutter") {
220220
deps = [
221221
":flutter_framework_source",
222222
":ios_test_flutter_mrc",
223+
"//flutter/common:common",
223224
"//flutter/shell/platform/darwin/common:framework_shared",
224225
"//flutter/third_party/tonic",
225226
"//flutter/third_party/txt",

shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Category to add test-only visibility.
99
@interface FlutterEngine (Test) <FlutterBinaryMessenger>
1010
- (void)setBinaryMessenger:(FlutterBinaryMessengerRelay*)binaryMessenger;
11-
- (flutter::IOSRenderingAPI) platformViewsRenderingAPI;
11+
- (flutter::IOSRenderingAPI)platformViewsRenderingAPI;
1212
@end

0 commit comments

Comments
 (0)