api: run go fmt
This commit is contained in:
@@ -27,7 +27,7 @@ func commentApprove(commentHex string) error {
|
||||
func commentApproveHandler(w http.ResponseWriter, r *http.Request) {
|
||||
type request struct {
|
||||
CommenterToken *string `json:"commenterToken"`
|
||||
CommentHex *string `json:"commentHex"`
|
||||
CommentHex *string `json:"commentHex"`
|
||||
}
|
||||
|
||||
var x request
|
||||
|
||||
Reference in New Issue
Block a user