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

Commit 4bf1d80

Browse files
committed
Format GN
1 parent 8611448 commit 4bf1d80

File tree

2 files changed

+2
-6
lines changed
  • shell/platform/fuchsia/dart_runner/tests/startup_integration_test

2 files changed

+2
-6
lines changed

shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/BUILD.gn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ executable("dart-aot-runner-integration-test-bin") {
4040
}
4141

4242
fuchsia_test_archive("dart-aot-runner-integration-test") {
43-
deps = [
44-
":dart-aot-runner-integration-test-bin",
45-
]
43+
deps = [ ":dart-aot-runner-integration-test-bin" ]
4644

4745
binary = "$target_name"
4846
cml_file = rebase_path("meta/$target_name.cml")

shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_jit_runner/BUILD.gn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ executable("dart-jit-runner-integration-test-bin") {
4040
}
4141

4242
fuchsia_test_archive("dart-jit-runner-integration-test") {
43-
deps = [
44-
":dart-jit-runner-integration-test-bin",
45-
]
43+
deps = [ ":dart-jit-runner-integration-test-bin" ]
4644

4745
binary = "$target_name"
4846
cml_file = rebase_path("meta/$target_name.cml")

0 commit comments

Comments
 (0)