Skip to content

Commit bdbccae

Browse files
author
James Cor
committed
Merge branch 'james/time' of https://github.com/dolthub/go-mysql-server into james/time
2 parents d982804 + 4d042bf commit bdbccae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/expression/convert.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ package expression
1717
import (
1818
"encoding/hex"
1919
"fmt"
20-
"github.com/dolthub/vitess/go/sqltypes"
21-
"strconv"
20+
"strconv"
2221
"strings"
2322
"time"
2423

24+
"github.com/dolthub/vitess/go/sqltypes"
2525
"github.com/sirupsen/logrus"
2626
"gopkg.in/src-d/go-errors.v1"
2727

0 commit comments

Comments
 (0)