mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -423,11 +423,11 @@ func createTestRowData(t *testing.T, vrw types.ValueReadWriter, ns tree.NodeStor
|
||||
}
|
||||
|
||||
func createHooksTestTable(vrw types.ValueReadWriter, ns tree.NodeStore, tSchema schema.Schema, rowData durable.Index) (*doltdb.Table, error) {
|
||||
tbl, err := doltdb.NewTable(context.Background(), vrw, ns, tSchema, rowData, nil, nil)
|
||||
tbl, err := doltdb.NewTable(context.Background(), vrw, ns, tSchema, rowData, nil, nil)
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return tbl, nil
|
||||
return tbl, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user