Skip to content

Commit ccedfeb

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/rowexec/insert_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
package rowexec
1616

1717
import (
18-
"github.com/dolthub/vitess/go/sqltypes"
19-
"github.com/stretchr/testify/require"
2018
"math"
2119
"testing"
2220

21+
"github.com/dolthub/vitess/go/sqltypes"
22+
"github.com/stretchr/testify/require"
23+
2324
"github.com/dolthub/go-mysql-server/memory"
2425
"github.com/dolthub/go-mysql-server/sql"
2526
"github.com/dolthub/go-mysql-server/sql/expression"

0 commit comments

Comments
 (0)