@cryptotaxi247 / kubo / commits / a7abc9cdc

Fix bad formatting introduced by e855047ec

License: MIT Signed-off-by: Mib Kd743naq <mib.kd743naq@gmail.com>

Mib Kd743naq committed Dec 2, 2016 at 05:25 UTC a7abc9cdcc1d8b9fae1b064ea5df8ed316aefa58
1 file changed +1 -1
blocks/blockstore/util/remove.go
+1 -1
@@ -29,7 +29,7 @@ type RmBlocksOpts struct {
29
30 func RmBlocks(blocks bs.GCBlockstore, pins pin.Pinner, cids []*cid.Cid, opts RmBlocksOpts) (<-chan interface{}, error) {
31 // make the channel large enough to hold any result to avoid
32 - // blocking while holding the GCLock
32 + // blocking while holding the GCLock
33 out := make(chan interface{}, len(cids))
34 go func() {
35 defer close(out)