Skip to content

Commit a1ed239

Browse files
ethantkoeniglunny
authored andcommitted
Fix fmt errors (#2544)
1 parent 23645fe commit a1ed239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/context/repo.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,12 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
171171
)
172172
ctx.Redirect(redirectPath)
173173
}
174+
174175
// RepoIDAssignment returns an macaron handler which assigns the repo to the context.
175176
func RepoIDAssignment() macaron.Handler {
176177
return func(ctx *Context) {
177178
var (
178-
err error
179+
err error
179180
)
180181

181182
repoID := ctx.ParamsInt64(":repoid")

0 commit comments

Comments
 (0)