Skip to content

Commit 023cad4

Browse files
ethantkoeniglunny
authored andcommitted
gofmt (#1868)
1 parent 3e74b5c commit 023cad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/routes/routes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ func RegisterRoutes(m *macaron.Macaron) {
493493
m.Post("/delete", repo.DeleteMilestone)
494494
}, reqRepoWriter, context.RepoRef(), context.CheckUnit(models.UnitTypeIssues))
495495

496-
497496
m.Combo("/compare/*", repo.MustAllowPulls, repo.SetEditorconfigIfExists).
498497
Get(repo.CompareAndPullRequest).
499498
Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost)

0 commit comments

Comments
 (0)