diff --git a/routers/web/user/setting/profile.go b/routers/web/user/setting/profile.go
index 5bbc497db8..24c2147a03 100644
--- a/routers/web/user/setting/profile.go
+++ b/routers/web/user/setting/profile.go
@@ -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) {