Skip to content
Snippets Groups Projects
Commit ee07e3e9 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

missing semicolon

parent 15a990dc
No related branches found
No related tags found
No related merge requests found
......@@ -665,7 +665,7 @@ async fn send_events_dest_appservice(
{
Ok(_) => Ok(dest.clone()),
Err(e) => Err((dest.clone(), e)),
}
};
drop(permit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment