Skip to content

Commit 16218ce

Browse files
committed
chore: fix lint issue
1 parent 12d609c commit 16218ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gen/gen_security_test.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package gen
22

33
import (
4+
"testing"
5+
6+
"github.com/stretchr/testify/require"
7+
"go.uber.org/zap/zaptest"
8+
49
"github.com/ogen-go/ogen/gen/ir"
510
"github.com/ogen-go/ogen/location"
611
"github.com/ogen-go/ogen/openapi"
7-
"github.com/stretchr/testify/require"
8-
"go.uber.org/zap/zaptest"
9-
"testing"
1012
)
1113

1214
func TestGenerateSecurities(t *testing.T) {

0 commit comments

Comments
 (0)