fix some linting issues

This commit is contained in:
Clemens 2024-04-04 15:08:02 +02:00
parent 976d79044f
commit 92d011f1a5
8 changed files with 28 additions and 25 deletions

View file

@ -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 {