Skip to content

Commit ec71386

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/rowexec/agg.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ package rowexec
1616

1717
import (
1818
"errors"
19-
"github.com/dolthub/go-mysql-server/sql/types"
2019
"io"
2120

21+
"github.com/dolthub/go-mysql-server/sql/types"
22+
2223
"github.com/dolthub/go-mysql-server/sql"
2324
"github.com/dolthub/go-mysql-server/sql/expression/function/aggregation"
2425
"github.com/dolthub/go-mysql-server/sql/hash"

0 commit comments

Comments
 (0)