Skip to content

Commit 17cadca

Browse files
committed
apply buildifier
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent a68b23c commit 17cadca

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,8 @@ cc_library(
14541454
],
14551455
visibility = ["//visibility:public"],
14561456
deps = [
1457-
"@readline//:readline",
1458-
"@zlib//:zlib",
1457+
"@readline",
1458+
"@zlib",
14591459
# FIXME: This needs bz2lib?
14601460
],
14611461
)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ register_toolchains(
1717
)
1818

1919
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
20-
bazel_dep(name = "readline", version = "8.3")
20+
bazel_dep(name = "readline", version = "8.3")

WORKSPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ http_archive(
2121
load("@rules_hdl//dependency_support/net_invisible_island_ncurses:net_invisible_island_ncurses.bzl", "net_invisible_island_ncurses")
2222

2323
net_invisible_island_ncurses()
24-

0 commit comments

Comments
 (0)