Skip to content

Commit bd69509

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sql/expression/convert.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ package expression
1717
import (
1818
"encoding/hex"
1919
"fmt"
20-
"github.com/dolthub/vitess/go/sqltypes"
21-
"github.com/sirupsen/logrus"
22-
"gopkg.in/src-d/go-errors.v1"
2320
"strconv"
2421
"strings"
2522
"time"
2623

24+
"github.com/dolthub/vitess/go/sqltypes"
25+
"github.com/sirupsen/logrus"
26+
"gopkg.in/src-d/go-errors.v1"
27+
2728
"github.com/dolthub/go-mysql-server/sql"
2829
"github.com/dolthub/go-mysql-server/sql/types"
2930
)

0 commit comments

Comments
 (0)