mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -203,7 +203,7 @@ func (m dumpOptions) DumpDestName() string {
|
||||
}
|
||||
|
||||
// dumpTable dumps table in file given specific table and file location info
|
||||
func dumpTable(ctx context.Context, root * doltdb.RootValue, dEnv *env.DoltEnv, tblOpts *tableOptions, filePath string) errhand.VerboseError {
|
||||
func dumpTable(ctx context.Context, root *doltdb.RootValue, dEnv *env.DoltEnv, tblOpts *tableOptions, filePath string) errhand.VerboseError {
|
||||
mover, verr := NewDumpDataMover(ctx, root, dEnv, tblOpts, importStatsCB, filePath)
|
||||
if verr != nil {
|
||||
return verr
|
||||
|
||||
Reference in New Issue
Block a user