style: Reformat and whatnot

This commit is contained in:
nexy7574 2025-08-30 17:00:31 +01:00
commit 52a0f67caa
No known key found for this signature in database
6 changed files with 8 additions and 15 deletions

View file

@ -197,7 +197,7 @@ async fn is_event_report_valid(
valid"
);
if room_id != &pdu.room_id_or_hash() {
if room_id != pdu.room_id_or_hash() {
return Err!(Request(NotFound("Event ID does not belong to the reported room",)));
}