Skip to content

Commit 753b717

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 4034d39 commit 753b717

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sql/rowexec/binlog.go

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

24-
"github.com/dolthub/go-mysql-server/sql"
25-
"github.com/dolthub/go-mysql-server/sql/plan"
2624
"github.com/dolthub/vitess/go/mysql"
2725
"github.com/dolthub/vitess/go/sqltypes"
2826
"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"
2930
)
3031

3132
// 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
@@ -20,14 +20,15 @@ import (
2020
"io"
2121
"testing"
2222

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

3334
func TestBuildBinlog_InvalidBase64(t *testing.T) {

0 commit comments

Comments
 (0)