mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 15:04:27 +00:00
fix lint
This commit is contained in:
parent
5befe53a8c
commit
b9e4dfaaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,4 +68,4 @@ func (h *Hasher) BlockSize() int { return rate }
|
||||||
func (h *Hasher) Read(out []byte) (int, error) {
|
func (h *Hasher) Read(out []byte) (int, error) {
|
||||||
h.init()
|
h.init()
|
||||||
return h.h.Read(out)
|
return h.h.Read(out)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue