Remove repetitive words (#30091)
remove repetitive words Signed-off-by: crazeteam <lilujing@outlook.com> (cherry picked from commit ecbc9cee2b69cd9707acb1e23ccbca048484c460)
This commit is contained in:
parent
11765a8206
commit
3aa6f17e1e
3 changed files with 3 additions and 3 deletions
|
@ -1600,7 +1600,7 @@ func ViewIssue(ctx *context.Context) {
|
|||
}
|
||||
marked[issue.PosterID] = issue.ShowRole
|
||||
|
||||
// Render comments and and fetch participants.
|
||||
// Render comments and fetch participants.
|
||||
participants[0] = issue.Poster
|
||||
for _, comment = range issue.Comments {
|
||||
comment.Issue = issue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue