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
reltuk committed Jan 15, 2025
1 parent 4e4c446 commit 16788c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go/store/datas/pull/puller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func TestPuller(t *testing.T) {

statsCh := make(chan Stats)
go func() {
for _ = range statsCh {}
for _ = range statsCh {
}
}()

dir := filepath.Join(os.TempDir(), uuid.New().String())
Expand Down
2 changes: 1 addition & 1 deletion go/store/nbs/ghost_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"os"
"path/filepath"

"github.com/dolthub/dolt/go/store/constants"
"github.com/dolthub/dolt/go/store/chunks"
"github.com/dolthub/dolt/go/store/constants"
"github.com/dolthub/dolt/go/store/hash"
)

Expand Down

0 comments on commit 16788c6

Please sign in to comment.