mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
fmt
This commit is contained in:
parent
8784df0d3a
commit
d058f6522e
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