mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	Fix fmt errors (#2544)
This commit is contained in:
		@@ -171,6 +171,7 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
 | 
				
			|||||||
	)
 | 
						)
 | 
				
			||||||
	ctx.Redirect(redirectPath)
 | 
						ctx.Redirect(redirectPath)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// RepoIDAssignment returns an macaron handler which assigns the repo to the context.
 | 
					// RepoIDAssignment returns an macaron handler which assigns the repo to the context.
 | 
				
			||||||
func RepoIDAssignment() macaron.Handler {
 | 
					func RepoIDAssignment() macaron.Handler {
 | 
				
			||||||
	return func(ctx *Context) {
 | 
						return func(ctx *Context) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user