Commit 15a27eb0 authored by Jeromy's avatar Jeromy

run gofmt

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 865b8327
......@@ -118,7 +118,7 @@ func (s *blockService) AddBlocks(bs []blocks.Block) ([]*cid.Cid, error) {
toput = append(toput, b)
}
} else {
toput = bs;
toput = bs
}
err := s.blockstore.PutMany(toput)
......
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