Skip to content

Commit 1316816

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sql/core.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ import (
1818
"context"
1919
"encoding/json"
2020
"fmt"
21-
"github.com/dolthub/go-mysql-server/sql/values"
2221
trace2 "runtime/trace"
2322
"strconv"
2423
"strings"
2524
"sync/atomic"
2625
"time"
2726
"unsafe"
2827

28+
"github.com/dolthub/go-mysql-server/sql/values"
29+
2930
"github.com/shopspring/decimal"
3031
)
3132

sql/types/vector_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ package types
1616

1717
import (
1818
"context"
19-
"github.com/dolthub/go-mysql-server/sql"
2019
"testing"
2120

21+
"github.com/dolthub/go-mysql-server/sql"
22+
2223
"github.com/dolthub/vitess/go/vt/sqlparser"
2324
"github.com/stretchr/testify/assert"
2425
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)