fix clippy

This commit is contained in:
fakeshadow 2021-04-30 02:22:52 +08:00
parent f92d87d721
commit e3bc2b9aa2
1 changed files with 6 additions and 1 deletions

View File

@ -204,7 +204,12 @@ impl ServerInner {
.map(|service| service.clone_factory())
.collect();
match ServerWorker::start(idx, factories, self.waker_queue.clone(), self.worker_config) {
match ServerWorker::start(
idx,
factories,
self.waker_queue.clone(),
self.worker_config,
) {
Ok((handle_accept, handle_server)) => {
*self
.handles