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

This commit is contained in:
reltuk
2025-02-05 20:07:00 +00:00
committed by Aaron Son
parent 9640010943
commit c457dfcc73

View File

@@ -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
}