Skip to content

Commit 3544b8a

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 65dd960 commit 3544b8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sql/types/datetime.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/vitess/go/sqltypes"
21-
"github.com/dolthub/vitess/go/vt/proto/query"
22-
"github.com/shopspring/decimal"
23-
"gopkg.in/src-d/go-errors.v1"
2420
"math"
2521
"reflect"
2622
"time"
2723
"unicode"
2824

25+
"github.com/dolthub/vitess/go/sqltypes"
26+
"github.com/dolthub/vitess/go/vt/proto/query"
27+
"github.com/shopspring/decimal"
28+
"gopkg.in/src-d/go-errors.v1"
29+
2930
"github.com/dolthub/go-mysql-server/sql"
3031
)
3132

0 commit comments

Comments
 (0)