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 11, 2025
1 parent 9b86e76 commit b5d0917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/remotesrv/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ import (
"strconv"
"strings"

"github.com/dolthub/dolt/go/store/nbs"
"github.com/sirupsen/logrus"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/peer"

"github.com/dolthub/dolt/go/libraries/utils/filesys"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/dolt/go/store/nbs"
"github.com/dolthub/dolt/go/store/types"
)

Expand Down
2 changes: 1 addition & 1 deletion go/store/datas/pull/clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
"strings"

"github.com/cenkalti/backoff/v4"
"github.com/dolthub/dolt/go/store/nbs"
"golang.org/x/sync/errgroup"
"golang.org/x/sync/semaphore"

"github.com/dolthub/dolt/go/libraries/utils/iohelp"
"github.com/dolthub/dolt/go/store/chunks"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/dolt/go/store/nbs"
)

var ErrNoData = errors.New("no data")
Expand Down

0 comments on commit b5d0917

Please sign in to comment.