소스 검색

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

tags/v1.0.0
Ethan Koenig 7 년 전
부모
커밋
401a8db0ed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      models/repo.go

+ 0
- 1
models/repo.go 파일 보기

@@ -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…
취소
저장