Skip to content

Commit

Permalink
Remove an unnecessary public visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Jan 25, 2024
1 parent 4cad689 commit ba2fb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ext/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ licenses(["notice"])
elisp_library(
name = "lib_4",
srcs = ["lib-4.el"],
visibility = ["//visibility:public"],
visibility = ["@phst_rules_elisp//examples:__pkg__"],
deps = ["@dash"],
)

Expand Down

0 comments on commit ba2fb20

Please sign in to comment.