Skip to content

Commit 5a49efb

Browse files
committed
Update reaction.go to conform to lint revive
1 parent 98baaa2 commit 5a49efb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/repo/reaction.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func AddReaction(ctx *context.Context, form *forms.ReactionForm, comment *conver
3333

3434
log.Trace("Reaction for issue created: %d/%d/%d", ctx.Repo.Repository.ID, issue.ID, reaction.ID)
3535
} else if comment != nil {
36-
3736
reaction, err := conversation_service.CreateCommentReaction(ctx, ctx.Doer, comment, form.Content)
3837
if err != nil {
3938
if conversations_model.IsErrForbiddenConversationReaction(err) || errors.Is(err, user_model.ErrBlockedUser) {

0 commit comments

Comments
 (0)