Skip to content

Commit de3c460

Browse files
committed
fix import orderinf
1 parent 8e97512 commit de3c460

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go/database/sql/connection_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ package sql
1616

1717
import (
1818
"context"
19-
"github.com/google/sqlcommenter/go/core"
2019
"testing"
20+
21+
"github.com/google/sqlcommenter/go/core"
2122
)
2223

2324
func TestWithComment_NoContext(t *testing.T) {

0 commit comments

Comments
 (0)