Skip to content

Commit d7afa51

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sql/expression/procedurereference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,4 @@ func NewHandlerIters(iter sql.RowIter, cond HandlerCondition, action DeclareHand
483483
Cond: cond,
484484
Action: action,
485485
}
486-
}
486+
}

sql/rowexec/other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func (b *BaseBuilder) buildBlock(ctx *sql.Context, n *plan.Block, row sql.Row) (
160160
if hErr != nil {
161161
return nil, hErr
162162
}
163-
hIters[len(hRefs) - i - 1] = expression.NewHandlerIters(hRowIter, hRef.Cond, hRef.Action)
163+
hIters[len(hRefs)-i-1] = expression.NewHandlerIters(hRowIter, hRef.Cond, hRef.Action)
164164
}
165165
subIterHandlers[ci] = hIters
166166

sql/rowexec/other_iters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package rowexec
1616

1717
import (
1818
"fmt"
19-
"io"
19+
"io"
2020
"sync"
2121

2222
"github.com/dolthub/go-mysql-server/sql"

0 commit comments

Comments
 (0)