Skip to content

Commit 44cf13c

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 798a488 commit 44cf13c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
package queries
1616

1717
import (
18-
"github.com/dolthub/vitess/go/mysql"
1918
"math"
2019
"time"
2120

21+
"github.com/dolthub/vitess/go/mysql"
2222
"github.com/dolthub/vitess/go/sqltypes"
2323
"github.com/dolthub/vitess/go/vt/sqlparser"
2424
"gopkg.in/src-d/go-errors.v1"

sql/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"context"
1919
"encoding/json"
2020
"fmt"
21-
"github.com/dolthub/vitess/go/mysql"
2221
"math"
2322
trace2 "runtime/trace"
2423
"strconv"
@@ -28,6 +27,7 @@ import (
2827
"unicode"
2928
"unsafe"
3029

30+
"github.com/dolthub/vitess/go/mysql"
3131
"github.com/shopspring/decimal"
3232
"gopkg.in/src-d/go-errors.v1"
3333

sql/expression/convert.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ package expression
1717
import (
1818
"encoding/hex"
1919
"fmt"
20+
"strconv"
21+
"strings"
22+
"time"
23+
2024
"github.com/dolthub/vitess/go/mysql"
2125
"github.com/dolthub/vitess/go/sqltypes"
2226
"github.com/sirupsen/logrus"
2327
"gopkg.in/src-d/go-errors.v1"
24-
"strconv"
25-
"strings"
26-
"time"
2728

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

0 commit comments

Comments
 (0)