Skip to content

Commit 1dd7a9e

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

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sql/rowexec/binlog.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ import (
2121
"io"
2222
"strings"
2323

24-
"github.com/dolthub/go-mysql-server/sql"
25-
"github.com/dolthub/go-mysql-server/sql/plan"
26-
"github.com/dolthub/go-mysql-server/sql/types"
2724
"github.com/dolthub/vitess/go/mysql"
2825
"github.com/dolthub/vitess/go/sqltypes"
2926
"github.com/dolthub/vitess/go/vt/proto/query"
27+
28+
"github.com/dolthub/go-mysql-server/sql"
29+
"github.com/dolthub/go-mysql-server/sql/plan"
30+
"github.com/dolthub/go-mysql-server/sql/types"
3031
)
3132

3233
// See https://github.com/mysql/mysql-server/blob/trunk/libs/mysql/binlog/event/binlog_event.h

sql/rowexec/binlog_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ import (
1919
"encoding/binary"
2020
"testing"
2121

22+
"github.com/dolthub/vitess/go/mysql"
23+
"github.com/dolthub/vitess/go/sqltypes"
24+
"github.com/stretchr/testify/require"
25+
2226
"github.com/dolthub/go-mysql-server/memory"
2327
"github.com/dolthub/go-mysql-server/sql"
2428
"github.com/dolthub/go-mysql-server/sql/plan"
2529
"github.com/dolthub/go-mysql-server/sql/types"
2630
"github.com/dolthub/go-mysql-server/test"
27-
"github.com/dolthub/vitess/go/mysql"
28-
"github.com/dolthub/vitess/go/sqltypes"
29-
"github.com/stretchr/testify/require"
3031
)
3132

3233
func TestBuildBinlog_InvalidBase64(t *testing.T) {

0 commit comments

Comments
 (0)