From b990484b03348d52bf524bab99f427b519b0d7d5 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 16 Mar 2023 01:34:48 +0000 Subject: [PATCH] make fmt --- models/issues/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/issues/issue.go b/models/issues/issue.go index 9fdb63cfa..62727a197 100644 --- a/models/issues/issue.go +++ b/models/issues/issue.go @@ -2510,4 +2510,4 @@ func (issue *Issue) GetIRI(ctx context.Context) string { return issue.OriginalAuthor } return setting.AppURL + "api/v1/activitypub/ticket/" + issue.Repo.OwnerName + "/" + issue.Repo.Name + "/" + strconv.FormatInt(issue.Index, 10) -} \ No newline at end of file +}