From 8ea4de83c4e7839d44b7cd6c0233ac2c7141c97d Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 11 Oct 2018 12:48:25 +0200 Subject: [PATCH] swarm/storage: Delint --- swarm/storage/ldbstore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/ldbstore_test.go b/swarm/storage/ldbstore_test.go index 56d441d10c..454a246f65 100644 --- a/swarm/storage/ldbstore_test.go +++ b/swarm/storage/ldbstore_test.go @@ -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 {