mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +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) {
|
||||
h.init()
|
||||
return h.h.Read(out)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue