Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-10-12 15:25:15 +00:00 committed by GitHub
parent 5eef3dd4be
commit ef0425a328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,6 @@ async fn handle_post(
networking_keypair: Document, networking_keypair: Document,
_redir_port: u16, _redir_port: u16,
) -> Result<impl Reply, Rejection> { ) -> Result<impl Reply, Rejection> {
if info.direct { if info.direct {
our.allowed_routers = vec![]; our.allowed_routers = vec![];
} else { } else {