Skip to content

Commit 3983b62

Browse files
committed
Fix Bazel buildifier lint
1 parent 0eaaf4e commit 3983b62

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

envpool/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ cc_library(
197197
deps = [
198198
":spec",
199199
"@cuda//:cudart_static",
200-
"@pybind11//:pybind11",
200+
"@pybind11",
201201
],
202202
)
203203

third_party/clang_tidy/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
2+
13
licenses(["notice"])
24

35
sh_binary(

0 commit comments

Comments
 (0)