style: Fix clippy issues
This commit is contained in:
parent
7d84ba5ff2
commit
f82bd77073
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue