1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

style: Reformat and whatnot

This commit is contained in:
nexy7574 2025-08-30 17:00:31 +01:00
parent 96a58f6d69
commit 854e5f7199
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",)));
}