forked from kevadesu/forgejo
fix some linting issues
This commit is contained in:
parent
976d79044f
commit
92d011f1a5
8 changed files with 28 additions and 25 deletions
|
@ -387,7 +387,7 @@ func repoAssignment(ctx *Context, repo *repo_model.Repository) {
|
|||
if idx > 0 {
|
||||
followingRepoString += ";"
|
||||
}
|
||||
followingRepoString += (*followingRepo).Uri
|
||||
followingRepoString += followingRepo.URI
|
||||
}
|
||||
ctx.Data["FollowingRepos"] = followingRepoString
|
||||
} else if err != repo_model.ErrMirrorNotExist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue