Skip to content

Commit 005f128

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/rowexec/other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/dolthub/go-mysql-server/sql"
2222
"github.com/dolthub/go-mysql-server/sql/expression"
2323
"github.com/dolthub/go-mysql-server/sql/plan"
24-
"github.com/dolthub/go-mysql-server/sql/types"
24+
"github.com/dolthub/go-mysql-server/sql/types"
2525
)
2626

2727
func (b *BaseBuilder) buildStripRowNode(ctx *sql.Context, n *plan.StripRowNode, row sql.Row) (sql.RowIter, error) {

0 commit comments

Comments
 (0)