1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 02:08:36 +00:00

Run make fmt and make generate-swagger

Signed-off-by: Anthony Wang <ta180m@pm.me>
This commit is contained in:
Anthony Wang
2022-03-19 09:14:08 -05:00
parent b480c52f60
commit f9e33d97cc
7 changed files with 10 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ import (
user_model "code.gitea.io/gitea/models/user"
"code.gitea.io/gitea/modules/setting"
"github.com/go-fed/activity/pub"
"github.com/go-fed/httpsig"
)