mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
fix lint
This commit is contained in:
parent
4ee67b8d25
commit
de6e67063e
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func FromHex(s string) []byte {
|
||||||
}
|
}
|
||||||
|
|
||||||
// CopyBytes returns an exact copy of the provided bytes.
|
// CopyBytes returns an exact copy of the provided bytes.
|
||||||
func CopyBytes(b []byte) []byte {
|
func CopyBytes(b []byte) []byte {
|
||||||
return bytes.Clone(b)
|
return bytes.Clone(b)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue