Merge branch 'zachmu/cleanup' of github.com:dolthub/dolt into zachmu/cleanup

This commit is contained in:
Zach Musgrave
2021-08-05 12:51:35 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -18,11 +18,11 @@ import (
"context"
"testing"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/stretchr/testify/require"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/env"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/dolthub/dolt/go/libraries/doltcore/schema/encoding"
"github.com/dolthub/dolt/go/libraries/doltcore/table"
"github.com/dolthub/dolt/go/libraries/doltcore/table/editor"
@@ -137,4 +137,4 @@ func putTableToWorking(ctx context.Context, dEnv *env.DoltEnv, sch schema.Schema
}
return dEnv.UpdateWorkingRoot(ctx, newRoot)
}
}

View File

@@ -1000,4 +1000,4 @@ func GetGCKeepers(ctx context.Context, env *DoltEnv) ([]hash.Hash, error) {
}
return keepers, nil
}
}