Skip to content

Commit 6fe3447

Browse files
committed
buildifier
1 parent 4dfc32f commit 6fe3447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/no_unsafe_paths/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ load("//tests/support:support.bzl", "SUPPORTS_BOOTSTRAP_SCRIPT")
1717
py_reconfig_test(
1818
name = "no_unsafe_paths_3.10_test",
1919
srcs = ["test.py"],
20+
bootstrap_impl = "script",
2021
main = "test.py",
2122
python_version = "3.10",
22-
bootstrap_impl = "script",
2323
target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
2424
)
2525

2626
py_reconfig_test(
2727
name = "no_unsafe_paths_3.11_test",
2828
srcs = ["test.py"],
29+
bootstrap_impl = "script",
2930
main = "test.py",
3031
python_version = "3.11",
31-
bootstrap_impl = "script",
3232
target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
3333
)

0 commit comments

Comments
 (0)