mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-02 13:08:41 +00:00
fix lint
This commit is contained in:
parent
73cedabb8d
commit
1d4831d619
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