Skip to content

Commit f635e9b

Browse files
committed
format
1 parent 44a7d67 commit f635e9b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

testing/go/server_config_variable_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ package _go
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/dolt/go/libraries/utils/svcs"
21-
"github.com/stretchr/testify/require"
2220
"testing"
2321

24-
"github.com/jackc/pgx/v5"
25-
22+
"github.com/dolthub/dolt/go/libraries/utils/svcs"
2623
"github.com/dolthub/go-mysql-server/sql"
24+
"github.com/jackc/pgx/v5"
25+
"github.com/stretchr/testify/require"
2726
)
2827

2928
func TestServerConfigVariableStatement(t *testing.T) {

testing/go/set_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
package _go
1616

1717
import (
18-
"fmt"
1918
"testing"
2019

2120
"github.com/dolthub/go-mysql-server/sql"

0 commit comments

Comments
 (0)