Browse Source

Fix fmt errors (#2544)

tags/v1.3.0-rc1
Ethan Koenig 8 years ago committed by Lunny Xiao
parent
commit
a1ed239bf2
  1. 1
      modules/context/repo.go

1
modules/context/repo.go

@ -171,6 +171,7 @@ 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) {

Loading…
Cancel
Save