From 2785f6180f19a6be29206ad61150ee10d950ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 5 May 2026 22:01:50 -0400 Subject: [PATCH] run formatter --- tests/integration/api_repo_group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/api_repo_group_test.go b/tests/integration/api_repo_group_test.go index 81116449ee..b1d2704726 100644 --- a/tests/integration/api_repo_group_test.go +++ b/tests/integration/api_repo_group_test.go @@ -17,9 +17,9 @@ import ( user_model "code.gitea.io/gitea/models/user" api "code.gitea.io/gitea/modules/structs" "code.gitea.io/gitea/tests" - "xorm.io/builder" "github.com/stretchr/testify/assert" + "xorm.io/builder" ) func seedOrgWithGroups(t *testing.T) {