Commit a7abc9cd authored by Mib Kd743naq's avatar Mib Kd743naq

Fix bad formatting introduced by e855047e

License: MIT
Signed-off-by: default avatarMib Kd743naq <mib.kd743naq@gmail.com>
parent a542dea5
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment