Skip to content

Commit ac1da0c

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/rowexec/rel_iters.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ package rowexec
1616

1717
import (
1818
"errors"
19+
"io"
20+
"strings"
21+
1922
"github.com/dolthub/go-mysql-server/sql"
2023
"github.com/dolthub/go-mysql-server/sql/expression"
2124
"github.com/dolthub/go-mysql-server/sql/expression/function/aggregation"
@@ -24,8 +27,6 @@ import (
2427
"github.com/dolthub/go-mysql-server/sql/plan"
2528
"github.com/dolthub/go-mysql-server/sql/transform"
2629
"github.com/dolthub/go-mysql-server/sql/types"
27-
"io"
28-
"strings"
2930
)
3031

3132
// windowToIter transforms a plan.Window into a series

0 commit comments

Comments
 (0)