Skip to content

Commit d016be4

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

enginetest/enginetests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,6 @@ func TestLoadDataFailing(t *testing.T, harness Harness) {
10981098
}
10991099
}
11001100

1101-
11021101
func TestSelectIntoFile(t *testing.T, harness Harness) {
11031102
harness.Setup(setup.MydbData, setup.MytableData, setup.EmptytableData, setup.NiltableData)
11041103
e := mustNewEngine(t, harness)

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)