Skip to content

Commit e5405ae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/rowexec/dml_iters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ func (a *accumulatorIter) Next(ctx *sql.Context) (r sql.Row, err error) {
770770
}
771771
// By definition, ROW_COUNT() is equal to RowsAffected.
772772
ctx.SetRowCount(int64(res.RowsAffected))
773-
773+
774774
return sql.NewRow(res), nil
775775
} else if isIg {
776776
if ui, ok := a.updateRowHandler.(updateIgnoreAccumulatorRowHandler); ok {

0 commit comments

Comments
 (0)