Skip to content

Commit 938c654

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/type.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ package sql
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/vitess/go/mysql"
2120
"reflect"
2221
"strings"
2322
"time"
2423
"unicode"
2524

25+
"github.com/dolthub/vitess/go/mysql"
26+
2627
"github.com/dolthub/vitess/go/sqltypes"
2728
"github.com/dolthub/vitess/go/vt/proto/query"
2829
"github.com/shopspring/decimal"

0 commit comments

Comments
 (0)