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

Commit e63cab3

Browse files
author
Chris Yang
committed
format
1 parent adc58e8 commit e63cab3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ source_set("ios_test_flutter_mrc") {
227227
"-F$platform_frameworks_path",
228228
"-mios-simulator-version-min=$ios_testing_deployment_target",
229229
]
230-
cflags_objcc = [
231-
"-Wno-unguarded-availability-new",
232-
]
230+
cflags_objcc = [ "-Wno-unguarded-availability-new" ]
233231
sources = [
234232
"framework/Source/FlutterEnginePlatformViewTest.mm",
235233
"framework/Source/FlutterEngineTest_mrc.mm",
@@ -274,9 +272,7 @@ shared_library("ios_test_flutter") {
274272
"-fobjc-arc",
275273
"-mios-simulator-version-min=$ios_testing_deployment_target",
276274
]
277-
cflags_objcc = [
278-
"-Wno-unguarded-availability-new",
279-
]
275+
cflags_objcc = [ "-Wno-unguarded-availability-new" ]
280276
ldflags = [
281277
"-F$platform_frameworks_path",
282278
"-Wl,-install_name,@rpath/Frameworks/libios_test_flutter.dylib",

0 commit comments

Comments
 (0)