gofmt (#1868)
This commit is contained in:
parent
3e74b5cf51
commit
023cad4461
|
@ -493,7 +493,6 @@ func RegisterRoutes(m *macaron.Macaron) {
|
|||
m.Post("/delete", repo.DeleteMilestone)
|
||||
}, reqRepoWriter, context.RepoRef(), context.CheckUnit(models.UnitTypeIssues))
|
||||
|
||||
|
||||
m.Combo("/compare/*", repo.MustAllowPulls, repo.SetEditorconfigIfExists).
|
||||
Get(repo.CompareAndPullRequest).
|
||||
Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost)
|
||||
|
|
Loading…
Reference in New Issue
Block a user