Skip to content

Commit 7de8dde

Browse files
author
James Cor
committed
Merge branch 'james/proc' of https://github.com/dolthub/go-mysql-server into james/proc
2 parents 57ebce9 + 1bf75ae commit 7de8dde

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)