From ffa3ded9fcf9109e78920685b4cc8a7a960c18a2 Mon Sep 17 00:00:00 2001 From: jennifersp Date: Thu, 4 Nov 2021 16:53:31 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/cmd/dolt/commands/dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/cmd/dolt/commands/dump.go b/go/cmd/dolt/commands/dump.go index e844cd5da6..a89b18d9d7 100644 --- a/go/cmd/dolt/commands/dump.go +++ b/go/cmd/dolt/commands/dump.go @@ -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