mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 15:38:37 +00:00
fix lint
This commit is contained in:
parent
ad564ccff9
commit
9c498ede09
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