diff options
author | Unknwon <u@gogs.io> | 2016-08-29 20:00:06 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-29 20:00:06 -0700 |
commit | 28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22 (patch) | |
tree | 03c2983e1e49650032e0e045c0b5dca90cb850dd /modules/auth/repo_form.go | |
parent | 92fb30c5260cc067da28ae3cd031b76f7b7976db (diff) | |
download | gitea-28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22.tar.gz gitea-28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22.zip |
#3459 code quality improvement
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 194f332695..0ed4c1b22a 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -220,8 +220,6 @@ func (f *CreateLabelForm) Validate(ctx *macaron.Context, errs binding.Errors) bi return validate(errs, ctx.Data, f, ctx.Locale) } -// Label templates - type InitializeLabelsForm struct { TemplateName string `binding:"Required"` } |