Browse Source

gofmt (#1868)

for-closed-social
Ethan Koenig 7 years ago
committed by Lunny Xiao
parent
commit
023cad4461
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      routers/routes/routes.go

+ 0
- 1
routers/routes/routes.go View File

@ -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…
Cancel
Save