Skip to content

Commit bdc846f

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 3cefd2c commit bdc846f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/rowexec/dml_iters.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ type accumulatorIter struct {
516516
updateRowHandler accumulatorRowHandler
517517
}
518518

519-
520519
func getRowHandler(ctx *sql.Context, clientFoundRowsToggled bool, iter sql.RowIter) accumulatorRowHandler {
521520
switch i := iter.(type) {
522521
case *plan.TableEditorIter:
@@ -541,7 +540,7 @@ func getRowHandler(ctx *sql.Context, clientFoundRowsToggled bool, iter sql.RowIt
541540
if updateJoin, ok := i.childIter.(*updateJoinIter); ok {
542541
return &updateJoinRowHandler{
543542
joinSchema: updateJoin.joinSchema,
544-
tableMap: plan.RecreateTableSchemaFromJoinSchema(updateJoin.joinSchema),
543+
tableMap: plan.RecreateTableSchemaFromJoinSchema(updateJoin.joinSchema),
545544
updaterMap: updateJoin.updaters,
546545
}
547546
}

0 commit comments

Comments
 (0)