Skip to content

Commit da2c19e

Browse files
committed
format test code
1 parent 727429a commit da2c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/gpg_ssh_git_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import (
2121
api "code.gitea.io/gitea/modules/structs"
2222
"code.gitea.io/gitea/modules/test"
2323
"code.gitea.io/gitea/tests"
24-
"golang.org/x/crypto/ssh"
2524

2625
"github.com/ProtonMail/go-crypto/openpgp"
2726
"github.com/ProtonMail/go-crypto/openpgp/armor"
2827
"github.com/stretchr/testify/assert"
2928
"github.com/stretchr/testify/require"
29+
"golang.org/x/crypto/ssh"
3030
)
3131

3232
func TestGPGGit(t *testing.T) {

0 commit comments

Comments
 (0)