make clippy and linux torvalds happy

This commit is contained in:
phiresky 2023-07-04 13:55:06 +00:00
parent a5baf2dd36
commit 29f403e2c3

View file

@ -204,7 +204,7 @@ impl<T: Clone> FederationConfig<T> {
})?
.shutdown(wait_retries)
.await?;
return Ok(stats);
Ok(stats)
}
}