Skip to content

Commit

Permalink
Remove stale comment in models/repo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Mahn committed Dec 8, 2016
1 parent 45e164d commit 2e6a988
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 227 deletions.
1 change: 0 additions & 1 deletion models/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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{
Expand Down
Loading

0 comments on commit 2e6a988

Please sign in to comment.