Skip to content

Commit 2378ca4

Browse files
author
Nathan Gabrielson
committed
format
1 parent e932c91 commit 2378ca4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

testing/go/binding_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
package _go
1616

1717
import (
18-
"github.com/jackc/pgx/v5/pgtype"
1918
"strconv"
2019
"testing"
2120

21+
"github.com/jackc/pgx/v5/pgtype"
22+
2223
"github.com/stretchr/testify/require"
2324
)
2425

0 commit comments

Comments
 (0)