Skip to content

Commit bd7c32e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_example/main_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ import (
1919
"fmt"
2020
"testing"
2121

22-
gms "github.com/dolthub/go-mysql-server/sql"
2322
_ "github.com/go-sql-driver/mysql"
2423
"github.com/gocraft/dbr/v2"
2524
"github.com/stretchr/testify/assert"
2625
"github.com/stretchr/testify/require"
26+
27+
gms "github.com/dolthub/go-mysql-server/sql"
2728
)
2829

2930
var expectedResults = [][]string{

0 commit comments

Comments
 (0)