I missed an extraneous extra line...

This commit is contained in:
Sean Enck 2018-07-09 20:00:52 -04:00
parent 5aeec7faf4
commit fd1d59cf56
No known key found for this signature in database
GPG Key ID: F08D2E576641A175
1 changed files with 0 additions and 1 deletions

View File

@ -501,7 +501,6 @@ func (cli *Client) Receipt(roomID, receiptType, eventID string, req *ReqReceipt)
return
}
// RedactEvent redacts the given event. See http://matrix.org/docs/spec/client_server/r0.2.0.html#put-matrix-client-r0-rooms-roomid-redact-eventid-txnid
func (cli *Client) RedactEvent(roomID, eventID string, req *ReqRedact) (resp *RespSendEvent, err error) {
txnID := txnID()