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

This commit is contained in:
jennifersp
2021-11-04 16:53:31 +00:00
parent cd0fdb201b
commit ffa3ded9fc

View File

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