Skip to content

Commit f4fd419

Browse files
committed
Fix buildifier
1 parent 784b102 commit f4fd419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cargo_build_script/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ load("//rust:rust.bzl", "rust_test")
77
cargo_build_script(
88
name = "tools_exec_build_rs",
99
srcs = ["build.rs"],
10-
deps = ["@shlex"],
1110
build_script_env = {"TOOL": "$(execpath :tool)"},
1211
tools = [":tool"],
12+
deps = ["@shlex"],
1313
)
1414

1515
genrule(

0 commit comments

Comments
 (0)