From a7abc9cdcc1d8b9fae1b064ea5df8ed316aefa58 Mon Sep 17 00:00:00 2001 From: Mib Kd743naq Date: Fri, 2 Dec 2016 05:25:27 +0100 Subject: [PATCH] Fix bad formatting introduced by e855047ec License: MIT Signed-off-by: Mib Kd743naq --- blocks/blockstore/util/remove.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/blockstore/util/remove.go b/blocks/blockstore/util/remove.go index 3c16549bf..e4ae67868 100644 --- a/blocks/blockstore/util/remove.go +++ b/blocks/blockstore/util/remove.go @@ -29,7 +29,7 @@ type RmBlocksOpts struct { func RmBlocks(blocks bs.GCBlockstore, pins pin.Pinner, cids []*cid.Cid, opts RmBlocksOpts) (<-chan interface{}, error) { // make the channel large enough to hold any result to avoid - // blocking while holding the GCLock + // blocking while holding the GCLock out := make(chan interface{}, len(cids)) go func() { defer close(out)