style: Reformat and whatnot

This commit is contained in:
nexy7574
2025-08-30 17:00:31 +01:00
parent 96a58f6d69
commit 854e5f7199
6 changed files with 8 additions and 15 deletions
+1 -1
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",)));
}