gofumpt
This commit is contained in:
parent
8d086ad91c
commit
75890e8f37
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ const (
|
|||
tplSettingsRepositories base.TplName = "user/settings/repos"
|
||||
)
|
||||
|
||||
var (
|
||||
recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
|
||||
)
|
||||
var recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
|
||||
|
||||
// Profile render user's profile page
|
||||
func Profile(ctx *context.Context) {
|
||||
|
|
Loading…
Reference in a new issue