浏览代码

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{

正在加载...
取消
保存