client-api: Fix clippy lint
This commit is contained in:
parent
ed7f673d0e
commit
282ffd9c6d
@ -59,7 +59,7 @@ impl<'a> Request<'a> {
|
||||
event_type: &'a str,
|
||||
body: Raw<AnyMessageEventContent>,
|
||||
) -> Self {
|
||||
Self { room_id, txn_id, event_type, body }
|
||||
Self { room_id, event_type, txn_id, body }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user