瀏覽代碼

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…
取消
儲存