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
macneale4 committed Feb 13, 2025
1 parent 4a3d7f8 commit 541612b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go/libraries/doltcore/remotestorage/chunk_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@ func (dcs *DoltChunkStore) GetManyCompressed(ctx context.Context, hashes hash.Ha
// GetRange is structurally the same as remotesapi.HttpGetRange, but with added functions. Instances of GetRange
// don't get sent over the wire, so it is not necessary to use the remotesapi, just convenient.
type GetRange struct {
Url string
Url string
Ranges []*Range
}

type Range struct {
Hash []byte
Offset uint64
Length uint32
Hash []byte
Offset uint64
Length uint32
GetDict func() (any, error)
}

Expand Down

0 comments on commit 541612b

Please sign in to comment.