diff options
Diffstat (limited to 'modules/context/repo.go')
-rw-r--r-- | modules/context/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/context/repo.go b/modules/context/repo.go index 72e922aaf0..ef70628bee 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -166,7 +166,7 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) { func RepoIDAssignment() macaron.Handler { return func(ctx *Context) { var ( - err error + err error ) repoID := ctx.ParamsInt64(":repoid") |