Skip to content

Commit f732cfb

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

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sql/expression/convert.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ package expression
1616

1717
import (
1818
"fmt"
19+
"strings"
20+
"time"
21+
1922
"github.com/dolthub/vitess/go/sqltypes"
2023
"github.com/sirupsen/logrus"
2124
"gopkg.in/src-d/go-errors.v1"
22-
"strings"
23-
"time"
2425

2526
"github.com/dolthub/go-mysql-server/sql"
2627
"github.com/dolthub/go-mysql-server/sql/types"

sql/types/decimal.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20+
"math/big"
21+
"reflect"
22+
"strings"
23+
2024
"github.com/dolthub/vitess/go/sqltypes"
2125
"github.com/dolthub/vitess/go/vt/proto/query"
2226
"github.com/shopspring/decimal"
2327
"gopkg.in/src-d/go-errors.v1"
24-
"math/big"
25-
"reflect"
26-
"strings"
2728

2829
"github.com/dolthub/go-mysql-server/sql"
2930
)

0 commit comments

Comments
 (0)