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 12, 2025
1 parent 810b837 commit 5f8903f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go/libraries/doltcore/remotestorage/chunk_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (

"github.com/cenkalti/backoff/v4"
"github.com/dolthub/gozstd"
lru "github.com/hashicorp/golang-lru/v2"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc"

Expand All @@ -33,8 +34,6 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/remotestorage/internal/reliable"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/dolt/go/store/nbs"

"github.com/hashicorp/golang-lru/v2"
)

// A remotestorage.ChunkFetcher is a pipelined chunk fetcher for fetching a
Expand Down
2 changes: 1 addition & 1 deletion go/store/datas/pull/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
"sync/atomic"
"time"

"github.com/dolthub/dolt/go/libraries/doltcore/remotestorage"
"golang.org/x/sync/errgroup"

"github.com/dolthub/dolt/go/libraries/doltcore/dconfig"
"github.com/dolthub/dolt/go/libraries/doltcore/remotestorage"
"github.com/dolthub/dolt/go/store/chunks"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/dolt/go/store/nbs"
Expand Down

0 comments on commit 5f8903f

Please sign in to comment.