Skip to content

Commit 9d3a36a

Browse files
committed
go fmt
1 parent ae525ef commit 9d3a36a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

modules/structs/issue_comment.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ type EditIssueCommentOption struct {
3939
// CommentReaction represent comment reactions
4040
type CommentReaction struct {
4141
// required: true
42-
Reaction string `json:"reaction"`
42+
Reaction string `json:"reaction"`
4343
// required: true
44-
Users []*string `json:"users"`
45-
Count int64 `json:"count"`
44+
Users []*string `json:"users"`
45+
Count int64 `json:"count"`
4646
}
4747

4848
// CommentReactionList is a list of comment reactions

routers/api/v1/repo/issue_comment.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,6 @@ func GetCommentReactions(ctx *context.APIContext, form api.CommentReactionList)
399399
// swagger:operation GET /repos/{owner}/{repo}/issues/comments/{id}/reactions issue issueGetCommentReactions
400400
// ---
401401
// summary: Return all reactions of a specific comment
402-
// consumes:
403-
// - application/json
404402
// produces:
405403
// - application/json
406404
// parameters:

0 commit comments

Comments
 (0)