Skip to content

Commit 1bf75ae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/proc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ package planbuilder
1616

1717
import (
1818
"fmt"
19-
"gopkg.in/src-d/go-errors.v1"
2019
"strconv"
2120
"strings"
2221

2322
ast "github.com/dolthub/vitess/go/vt/sqlparser"
23+
"gopkg.in/src-d/go-errors.v1"
2424

2525
"github.com/dolthub/go-mysql-server/sql"
2626
"github.com/dolthub/go-mysql-server/sql/expression"

0 commit comments

Comments
 (0)