fmt
This commit is contained in:
parent
4956fb9fba
commit
3b78e43a18
2 changed files with 45 additions and 33 deletions
|
@ -912,7 +912,7 @@ pub async fn handle_incoming_pdu<'a>(
|
|||
// Max limit reached
|
||||
warn!("Max prev event limit reached!");
|
||||
graph.insert(prev_event_id.clone(), HashSet::new());
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
|
||||
if let Some(json) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue