Skip to content

Commit

Permalink
Merge branch 'develop' into dont-repeat-fcu
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz authored Mar 7, 2023
2 parents 0fd0087 + 0893821 commit 91583ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion encoding/bytesutil/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go_library(
srcs = [
"bits.go",
"bytes.go",
"bytes_go120.go",
"bytes_legacy.go",
"eth_types.go",
"hex.go",
Expand Down
4 changes: 2 additions & 2 deletions encoding/bytesutil/bytes_go120.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build go1.20
// +build go1.20
//go:build prysmAt1.20
// +build prysmAt1.20

package bytesutil

Expand Down
4 changes: 2 additions & 2 deletions encoding/bytesutil/bytes_legacy.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !go1.20
// +build !go1.20
//go:build !prysmAt1.20
// +build !prysmAt1.20

package bytesutil

Expand Down

0 comments on commit 91583ae

Please sign in to comment.