Skip to content

Commit b648cd9

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/rowexec/binlog_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ import (
2020
"io"
2121
"testing"
2222

23+
"github.com/dolthub/vitess/go/mysql"
24+
"github.com/stretchr/testify/require"
25+
2326
"github.com/dolthub/go-mysql-server/sql"
2427
"github.com/dolthub/go-mysql-server/sql/binlogreplication"
2528
"github.com/dolthub/go-mysql-server/sql/plan"
2629
"github.com/dolthub/go-mysql-server/sql/types"
27-
"github.com/dolthub/vitess/go/mysql"
28-
"github.com/stretchr/testify/require"
2930
)
3031

3132
func TestBuildBinlog_InvalidBase64(t *testing.T) {

0 commit comments

Comments
 (0)