Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Sep 24, 2020
1 parent 38e256c commit ded3a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/vm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ func linksForObj(blk block.Block, cb func(cid.Cid)) error {
}

func Copy(ctx context.Context, from, to blockstore.Blockstore, root cid.Cid) error {
ctx, span := trace.StartSpan(ctx, "vm.Copy")
ctx, span := trace.StartSpan(ctx, "vm.Copy") // nolint
defer span.End()

var numBlocks int
Expand Down

0 comments on commit ded3a30

Please sign in to comment.