Skip to content

Commit f56dedd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/analyzer/fix_exec_indexes.go

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

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql/expression/function/aggregation"
2019
"strings"
2120

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

0 commit comments

Comments
 (0)