chore: clippy

Nyaaori/temp-combined-feature-branch
Nyaaori 2 years ago
parent 03c02133a2
commit aa725b0ecb
No known key found for this signature in database
GPG Key ID: E7819C3ED4D1F82E

@ -595,7 +595,7 @@ async fn join_room_by_id_helper(
}
};
if &signed_event_id != event_id {
if signed_event_id != event_id {
return Err(Error::BadRequest(
ErrorKind::InvalidParam,
"Server sent event with wrong event id",
@ -916,7 +916,7 @@ async fn join_room_by_id_helper(
}
};
if &signed_event_id != event_id {
if signed_event_id != event_id {
return Err(Error::BadRequest(
ErrorKind::InvalidParam,
"Server sent event with wrong event id",

Loading…
Cancel
Save