From 16788c6fe17eb733a6c4f1665c443ca6f5b88c85 Mon Sep 17 00:00:00 2001 From: reltuk Date: Wed, 15 Jan 2025 03:45:59 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/store/datas/pull/puller_test.go | 3 ++- go/store/nbs/ghost_store.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go/store/datas/pull/puller_test.go b/go/store/datas/pull/puller_test.go index 350a280711..71d14e7496 100644 --- a/go/store/datas/pull/puller_test.go +++ b/go/store/datas/pull/puller_test.go @@ -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()) diff --git a/go/store/nbs/ghost_store.go b/go/store/nbs/ghost_store.go index 9458fb7b96..a3e8be1232 100644 --- a/go/store/nbs/ghost_store.go +++ b/go/store/nbs/ghost_store.go @@ -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" )