Skip to content

Commit 401a8db

Browse files
ethantkoenigtboerger
authored andcommitted
Remove stale comment in models/repo.go (#366)
1 parent 39d0db5 commit 401a8db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/repo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ func (repo *Repository) HTMLURL() string {
276276
}
277277

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

0 commit comments

Comments
 (0)