Skip to content

Commit ec7dd10

Browse files
committed
chore: buildifier
1 parent 83cce8b commit ec7dd10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/bootstrap_impls/bin_calls_bin/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@rules_shell//shell:sh_test.bzl", "sh_test")
2+
load("//python:py_library.bzl", "py_library")
23
load("//tests/support:py_reconfig.bzl", "py_reconfig_binary")
34
load("//tests/support:support.bzl", "NOT_WINDOWS", "SUPPORTS_BOOTSTRAP_SCRIPT")
4-
load("//python:py_library.bzl", "py_library")
55

66
py_library(
77
name = "inner_lib",
@@ -23,10 +23,10 @@ py_reconfig_binary(
2323
py_reconfig_binary(
2424
name = "inner_bootstrap_system_python",
2525
srcs = ["inner.py"],
26-
deps = [":inner_lib"],
2726
bootstrap_impl = "system_python",
2827
main = "inner.py",
2928
tags = ["manual"],
29+
deps = [":inner_lib"],
3030
)
3131

3232
genrule(
@@ -59,10 +59,10 @@ sh_test(
5959
py_reconfig_binary(
6060
name = "inner_bootstrap_script",
6161
srcs = ["inner.py"],
62-
deps = [":inner_lib"],
6362
bootstrap_impl = "script",
6463
main = "inner.py",
6564
tags = ["manual"],
65+
deps = [":inner_lib"],
6666
)
6767

6868
py_reconfig_binary(

0 commit comments

Comments
 (0)