Skip to content

Commit 3633d40

Browse files
committed
format
1 parent 7206669 commit 3633d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runfiles/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ py_test(
1717
py_test(
1818
name = "runfiles_min_python_test",
1919
srcs = ["runfiles_test.py"],
20-
main = "runfiles_test.py",
2120
data = [
2221
"//tests/support:current_build_settings",
2322
],
2423
env = {
2524
"BZLMOD_ENABLED": "1" if BZLMOD_ENABLED else "0",
2625
},
26+
main = "runfiles_test.py",
2727
python_version = "3.10",
2828
deps = ["//python/runfiles"],
2929
)

0 commit comments

Comments
 (0)