swarm/storage: Delint

This commit is contained in:
lash 2018-10-11 12:48:25 +02:00
parent 9edf35e76c
commit 8ea4de83c4

View file

@ -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 {