Skip to content

Commit ed44e0d

Browse files
committed
Fix lint
1 parent cbef386 commit ed44e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/attachment/attachment_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"strings"
1010
"testing"
1111

12-
_ "code.gitea.io/gitea/models/actions"
1312
"code.gitea.io/gitea/models/db"
1413
repo_model "code.gitea.io/gitea/models/repo"
1514
"code.gitea.io/gitea/models/system"
@@ -18,6 +17,8 @@ import (
1817
"code.gitea.io/gitea/modules/storage"
1918
storage_service "code.gitea.io/gitea/services/storage"
2019

20+
_ "code.gitea.io/gitea/models/actions"
21+
2122
"github.com/stretchr/testify/assert"
2223
)
2324

0 commit comments

Comments
 (0)