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 52fab61 commit 31f1905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go/libraries/doltcore/remotestorage/chunk_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ type fetchResp struct {
}

type fetchReq struct {
respCh chan fetchResp
respCh chan fetchResp
}

// A simple structure to keep track of *GetRange requests along with
Expand All @@ -363,11 +363,11 @@ type downloads struct {
// (or concurrently with) any chunkRanges, since the chunk
// range fetches will block the fetching thread on the
// population of the dictionary cache entry.
dictRanges *ranges.Tree
dictRanges *ranges.Tree
// Holds all pending and fetched dictionaries for any chunk
// ranges that have gone into |chunkRanges|.
dictCache *dictionaryCache
refreshes map[string]*locationRefresh
dictCache *dictionaryCache
refreshes map[string]*locationRefresh
}

func newDownloads() downloads {
Expand Down

0 comments on commit 31f1905

Please sign in to comment.