diff options
Diffstat (limited to 'routers/repo/editor_test.go')
-rw-r--r-- | routers/repo/editor_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/repo/editor_test.go b/routers/repo/editor_test.go index 7a68ecc9b7..ca00be74b7 100644 --- a/routers/repo/editor_test.go +++ b/routers/repo/editor_test.go @@ -5,11 +5,11 @@ package repo import ( - "code.gitea.io/gitea/modules/git" - "code.gitea.io/gitea/modules/test" "testing" "code.gitea.io/gitea/models" + "code.gitea.io/gitea/modules/git" + "code.gitea.io/gitea/modules/test" "github.com/stretchr/testify/assert" ) |