Skip to content

Commit b1000bd

Browse files
committed
apply buildifier
1 parent 8025a96 commit b1000bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/integration/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ rules_python_integration_test(
143143

144144
rules_python_integration_test(
145145
name = "no_unsafe_paths_test",
146-
# Starlark implementation of core rules only available on Bazel 7+
146+
# Starlark implementation of core rules only available on Bazel 7+
147147
bazel_versions = [
148148
version
149149
for version in bazel_binaries.versions.all

tests/integration/no_unsafe_paths/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ load("@python//3.11:defs.bzl", py_test_3_11 = "py_test")
1818
py_test_3_10(
1919
name = "test_py_3_10",
2020
srcs = ["test.py"],
21-
main = "test.py",
2221
env = {
2322
"RULES_PYTHON_BOOTSTRAP_VERBOSE": "1",
2423
},
24+
main = "test.py",
2525
)
2626

2727
py_test_3_11(
2828
name = "test_py_3_11",
2929
srcs = ["test.py"],
30-
main = "test.py",
3130
env = {
3231
"RULES_PYTHON_BOOTSTRAP_VERBOSE": "1",
3332
},
33+
main = "test.py",
3434
)

tests/integration/no_unsafe_paths/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ python_register_multi_toolchains(
1717
"3.11",
1818
],
1919
register_coverage_tool = True,
20-
)
20+
)

0 commit comments

Comments
 (0)