Skip to content

Commit 627bce9

Browse files
committed
Format
1 parent 2c2a7c5 commit 627bce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/repository/files/update_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package files
22

33
import (
4+
"testing"
5+
46
"code.gitea.io/gitea/models/unittest"
57
"code.gitea.io/gitea/modules/lfs"
68
"code.gitea.io/gitea/services/contexttest"
9+
710
"github.com/stretchr/testify/assert"
8-
"testing"
911
)
1012

1113
func TestUpdateRename(t *testing.T) {

0 commit comments

Comments
 (0)