[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
zachmu
2022-06-03 00:21:04 +00:00
parent cb27241692
commit 3ffbb0204c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -727,4 +727,4 @@ func keyedRowDataToKeylessRowData(ctx context.Context, nbf *types.NomsBinFormat,
}
return mapEditor.Map(ctx)
}
}
+4 -4
View File
@@ -20,16 +20,16 @@ import (
"math/rand"
"strconv"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/globalstate"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/writer"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/globalstate"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/index"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/sqlutil"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/writer"
"github.com/dolthub/dolt/go/libraries/doltcore/table/editor"
"github.com/dolthub/dolt/go/libraries/doltcore/table/editor/creation"
"github.com/dolthub/dolt/go/store/types"
@@ -128,7 +128,7 @@ func NewTempTable(
return tempTable, nil
}
func setTempTableRoot(t *TempTable) func (ctx *sql.Context, dbName string, newRoot *doltdb.RootValue) error {
func setTempTableRoot(t *TempTable) func(ctx *sql.Context, dbName string, newRoot *doltdb.RootValue) error {
return func(ctx *sql.Context, dbName string, newRoot *doltdb.RootValue) error {
newTable, _, err := newRoot.GetTable(ctx, t.tableName)
if err != nil {