style: Fix clippy issues

This commit is contained in:
timedout 2026-02-12 19:10:13 +00:00
parent 7d84ba5ff2
commit f82bd77073
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -86,7 +86,7 @@ pub(crate) async fn get_missing_events_route(
.await .await
{ {
debug!(%next_event_id, origin = %body.origin(), "redacting event origin cannot see"); debug!(%next_event_id, origin = %body.origin(), "redacting event origin cannot see");
pdu.redact(&room_version, json!({}))? pdu.redact(&room_version, json!({}))?;
} }
trace!( trace!(
@ -112,7 +112,7 @@ pub(crate) async fn get_missing_events_route(
seen_len = seen.len(), seen_len = seen.len(),
results_len = results.len(), results_len = results.len(),
"event added to results" "event added to results"
) );
} }
if !queue.is_empty() { if !queue.is_empty() {