0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-03 16:52:10 +02:00

run formatter

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-12-01 00:17:30 -05:00
parent 1201eef304
commit f218c091d8
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -111,9 +111,7 @@ func groupAssignment(ctx *Context) {
}
}
ownerAsOrg := (*organization.Organization)(group.Owner)
var (
orgWideAdmin, orgWideOwner, isOwnedBy bool
)
var orgWideAdmin, orgWideOwner, isOwnedBy bool
if ctx.IsSigned {
if orgWideAdmin, err = ownerAsOrg.IsOrgAdmin(ctx, ctx.Doer.ID); err != nil {