Skip to content

Commit 9814e26

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/plan/trigger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ func (t *TriggerExecutor) CheckPrivileges(ctx *sql.Context, opChecker sql.Privil
102102
// CollationCoercibility implements the interface sql.CollationCoercible.
103103
func (t *TriggerExecutor) CollationCoercibility(ctx *sql.Context) (collation sql.CollationID, coercibility byte) {
104104
return sql.GetCoercibility(ctx, t.left)
105-
}
105+
}

sql/rowexec/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ExecBuilderFunc func(ctx *sql.Context, n sql.Node, r sql.Row) (sql.RowIter,
3131
// sql.ExecSourceRel are also built into the tree.
3232
type BaseBuilder struct {
3333
// if override is provided, we try to build executor with this first
34-
override sql.NodeExecBuilder
34+
override sql.NodeExecBuilder
3535
}
3636

3737
func (b *BaseBuilder) Build(ctx *sql.Context, n sql.Node, r sql.Row) (sql.RowIter, error) {

0 commit comments

Comments
 (0)