mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
format with gofumpt (#18184)
* gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
This commit is contained in:
@@ -225,7 +225,7 @@ func changeIssueCommentReaction(ctx *context.APIContext, form api.EditReactionOp
|
||||
ctx.Error(http.StatusInternalServerError, "DeleteCommentReaction", err)
|
||||
return
|
||||
}
|
||||
//ToDo respond 204
|
||||
// ToDo respond 204
|
||||
ctx.Status(http.StatusOK)
|
||||
}
|
||||
}
|
||||
@@ -435,7 +435,7 @@ func changeIssueReaction(ctx *context.APIContext, form api.EditReactionOption, i
|
||||
ctx.Error(http.StatusInternalServerError, "DeleteIssueReaction", err)
|
||||
return
|
||||
}
|
||||
//ToDo respond 204
|
||||
// ToDo respond 204
|
||||
ctx.Status(http.StatusOK)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user