mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix fmt errors (#2544)
This commit is contained in:
		@@ -171,11 +171,12 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
 | 
			
		||||
	)
 | 
			
		||||
	ctx.Redirect(redirectPath)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// RepoIDAssignment returns an macaron handler which assigns the repo to the context.
 | 
			
		||||
func RepoIDAssignment() macaron.Handler {
 | 
			
		||||
	return func(ctx *Context) {
 | 
			
		||||
		var (
 | 
			
		||||
			err   error
 | 
			
		||||
			err error
 | 
			
		||||
		)
 | 
			
		||||
 | 
			
		||||
		repoID := ctx.ParamsInt64(":repoid")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user