Skip to content

Commit b4cfdd8

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

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

sql/rowexec/builder.go

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

1717
import (
18+
"runtime/trace"
19+
1820
"github.com/dolthub/go-mysql-server/sql"
1921
"github.com/dolthub/go-mysql-server/sql/plan"
20-
"runtime/trace"
2122
)
2223

2324
var DefaultBuilder = &BaseBuilder{}

sql/rows.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ package sql
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql/values"
20-
"github.com/dolthub/vitess/go/vt/proto/query"
2119
"io"
2220
"strings"
2321
"sync"
22+
23+
"github.com/dolthub/vitess/go/vt/proto/query"
24+
25+
"github.com/dolthub/go-mysql-server/sql/values"
2426
)
2527

2628
// Row is a tuple of values.

0 commit comments

Comments
 (0)