Browse Source

Remove stale comment in models/repo.go (#366)

tags/v1.0.0
Ethan Koenig 7 years ago
parent
commit
401a8db0ed
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      models/repo.go

+ 0
- 1
models/repo.go View File

@@ -276,7 +276,6 @@ func (repo *Repository) HTMLURL() string {
}

// APIFormat converts a Repository to api.Repository
// Arguments that are allowed to be nil: permission
func (repo *Repository) APIFormat(mode AccessMode) *api.Repository {
cloneLink := repo.CloneLink()
permission := &api.Permission{

Loading…
Cancel
Save