mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +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) {
|
||||
h.init()
|
||||
return h.h.Read(out)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue