Skip to content

Commit 9651305

Browse files
committed
fix import order/sort api branch test
1 parent c87a2b4 commit 9651305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/api_branch_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
package integrations
66

77
import (
8-
api "code.gitea.io/gitea/modules/structs"
98
"net/http"
109
"net/url"
1110
"testing"
1211

12+
api "code.gitea.io/gitea/modules/structs"
13+
1314
"github.com/stretchr/testify/assert"
1415
)
1516

0 commit comments

Comments
 (0)