mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 10:20:44 +00:00
fix lint
This commit is contained in:
parent
ef0ab8bb0e
commit
8fc768d442
1 changed files with 1 additions and 1 deletions
|
|
@ -336,4 +336,4 @@ func BenchmarkKeccakStreaming_Sha3(b *testing.B) {
|
||||||
h.Write(data)
|
h.Write(data)
|
||||||
h.Read(buf[:])
|
h.Read(buf[:])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue