From f73e7344111645b836e767bbf80b96834651805f Mon Sep 17 00:00:00 2001 From: Sandro Santilli <strk@kbt.io> Date: Tue, 21 Mar 2017 01:55:00 +0100 Subject: Run "make fmt" with go-1.6 (#1333) --- modules/auth/user_form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/auth/user_form.go') 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 -- cgit v1.2.3