diff options
author | Sandro Santilli <strk@kbt.io> | 2017-03-21 01:55:00 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-21 08:55:00 +0800 |
commit | f73e7344111645b836e767bbf80b96834651805f (patch) | |
tree | 0315cb59a9b56bcb594d2cd4dccf385557e834ba /modules/auth/user_form.go | |
parent | 888dee3b5f931062ea97e57130b26d1943e5173e (diff) | |
download | gitea-f73e7344111645b836e767bbf80b96834651805f.tar.gz gitea-f73e7344111645b836e767bbf80b96834651805f.zip |
Run "make fmt" with go-1.6 (#1333)
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r-- | modules/auth/user_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 9c6e38c460..bac9622fcc 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -155,7 +155,7 @@ func (f *ChangePasswordForm) Validate(ctx *macaron.Context, errs binding.Errors) // AddOpenIDForm is for changing openid uri type AddOpenIDForm struct { - Openid string `binding:"Required;MaxSize(256)"` + Openid string `binding:"Required;MaxSize(256)"` } // Validate validates the fields |