mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/storage: Delint
This commit is contained in:
parent
9edf35e76c
commit
8ea4de83c4
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ func testLDBStoreCollectGarbage(t *testing.T) {
|
|||
ldb.startGC(capacity)
|
||||
roundTarget := ldb.gc.target
|
||||
|
||||
// split put counts to gc target count threshold, and wait for gc to finish inbetween
|
||||
// split put counts to gc target count threshold, and wait for gc to finish in between
|
||||
var allChunks []Chunk
|
||||
remaining := n
|
||||
for remaining > 0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue