Skip to content

Commit 83ff130

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

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,11 +20,12 @@ 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/plan"
2528
"github.com/dolthub/go-mysql-server/sql/types"
26-
"github.com/dolthub/vitess/go/mysql"
27-
"github.com/stretchr/testify/require"
2829
)
2930

3031
func TestBuildBinlog_InvalidBase64(t *testing.T) {

0 commit comments

Comments
 (0)