Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
max-hoffman committed May 21, 2024
1 parent d360df3 commit 7924fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/migrate/tuples.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func translateBlobField(ctx context.Context, ns tree.NodeStore, value types.Blob

bb := ns.BlobBuilder()
defer ns.PutBlobBuilder(bb)

bb.Init(int(value.Len()))
_, addr, err := bb.Chunk(ctx, bytes.NewReader(buf))
if err != nil {
Expand Down

0 comments on commit 7924fba

Please sign in to comment.