Fix bad formatting introduced by e855047ec

License: MIT
Signed-off-by: Mib Kd743naq <mib.kd743naq@gmail.com>
This commit is contained in:
Mib Kd743naq 2016-12-02 05:25:27 +01:00
parent a542dea5de
commit a7abc9cdcc

View File

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