Skip to content

Commit 584a5b3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 72012c4 commit 584a5b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sql/yeartype.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
package sql
1616

1717
import (
18+
"math"
1819
"reflect"
1920
"strconv"
2021
"time"
2122

22-
"github.com/shopspring/decimal"
23-
2423
"github.com/dolthub/vitess/go/sqltypes"
2524
"github.com/dolthub/vitess/go/vt/proto/query"
25+
"github.com/shopspring/decimal"
2626
"gopkg.in/src-d/go-errors.v1"
27-
"math"
2827
)
2928

3029
var (

0 commit comments

Comments
 (0)