Skip to content

Commit

Permalink
Fix bazel package visiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Aug 26, 2024
1 parent 765e7f8 commit 22dad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/state/genesis/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go_library(
importpath = "github.com/prysmaticlabs/prysm/v5/beacon-chain/state/genesis",
visibility = [
"//beacon-chain/db:__subpackages__",
"//config/params:go_default_test",
"//config/params:__pkg__",
],
deps = [
"//beacon-chain/state:go_default_library",
Expand Down

0 comments on commit 22dad5f

Please sign in to comment.