Skip to content

Commit b4ef83b

Browse files
committed
Re-order import statements
1 parent 0ef4b44 commit b4ef83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/version_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616
"strings"
1717
"testing"
1818

19-
"github.com/stretchr/testify/assert"
20-
2119
"code.gitea.io/gitea/tests/internal/utils"
20+
21+
"github.com/stretchr/testify/assert"
2222
)
2323

2424
func version(t *utils.T) error {

0 commit comments

Comments
 (0)