Skip to content

Commit e902732

Browse files
committed
sorting
1 parent 95e7631 commit e902732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/table_options_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package docs
22

33
import (
44
_ "embed"
5+
"testing"
6+
57
"github.com/cloudquery/plugin-sdk/v4/docs/testdata"
68
"github.com/cloudquery/plugin-sdk/v4/schema"
79
"github.com/stretchr/testify/require"
8-
"testing"
910
)
1011

1112
//go:embed testdata/schema.json

0 commit comments

Comments
 (0)