mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Run "make fmt" with go-1.6 (#1333)
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							888dee3b5f
						
					
				
				
					commit
					f73e734411
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user