Skip to content

Commit 2b5d5e0

Browse files
committed
gofmt
1 parent d0f0b95 commit 2b5d5e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

go/sql/types.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
package sql
77

88
import (
9+
"bytes"
910
"fmt"
1011
"reflect"
1112
"strconv"
1213
"strings"
13-
"bytes"
1414
)
1515

1616
type ColumnType int
@@ -33,10 +33,10 @@ type TimezoneConversion struct {
3333
}
3434

3535
type Column struct {
36-
Name string
37-
IsUnsigned bool
38-
Charset string
39-
Type ColumnType
36+
Name string
37+
IsUnsigned bool
38+
Charset string
39+
Type ColumnType
4040

4141
// add Octet length for binary type, fix bytes with suffix "00" get clipped in mysql binlog.
4242
// https://github.com/github/gh-ost/issues/909

0 commit comments

Comments
 (0)