Skip to content

Commit

Permalink
Fix fmt errors (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig committed Sep 20, 2017
1 parent 78412d4 commit 842ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/context/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 842ee9e

Please sign in to comment.