Skip to content

Commit 6ded737

Browse files
committed
fix lint
1 parent 7376a8a commit 6ded737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/util/legacy_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ package util
77
import (
88
"crypto/aes"
99
"crypto/rand"
10-
"github.com/stretchr/testify/assert"
1110
"testing"
11+
12+
"github.com/stretchr/testify/assert"
1213
)
1314

1415
func TestAESGCMEncrypt(t *testing.T) {

0 commit comments

Comments
 (0)