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

Commit 78b0519

Browse files
committed
Ran buildifier
1 parent 9c6107c commit 78b0519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hello-world/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ ts_library(
4444
ts_web_test_suite(
4545
name = "test",
4646
srcs = ["//:node_modules/tslib/tslib.js"],
47+
# do not sort
4748
bootstrap = [
4849
"//:node_modules/zone.js/dist/zone-testing-bundle.js",
49-
"//:node_modules/reflect-metadata/Reflect.js"
50+
"//:node_modules/reflect-metadata/Reflect.js",
5051
],
5152
browsers = [
5253
"@io_bazel_rules_webtesting//browsers:chromium-local",

0 commit comments

Comments
 (0)