Skip to content

Commit cdb72ac

Browse files
committed
Fix lint
1 parent 96696bf commit cdb72ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/project/main_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import (
88
"path/filepath"
99
"testing"
1010

11-
_ "code.gitea.io/gitea/models/repo"
1211
"code.gitea.io/gitea/models/unittest"
12+
13+
_ "code.gitea.io/gitea/models/repo"
1314
)
1415

1516
func TestMain(m *testing.M) {

0 commit comments

Comments
 (0)