mirror of https://github.com/fafhrd91/actix-net
fix fmt
This commit is contained in:
parent
8ed34cc46e
commit
f661b573e2
|
@ -365,7 +365,7 @@ impl Accept {
|
|||
Ok(_) => {
|
||||
self.set_next();
|
||||
Ok(())
|
||||
},
|
||||
}
|
||||
Err(conn) => {
|
||||
// worker lost contact and could be gone. a message is sent to
|
||||
// `ServerBuilder` future to notify it a new worker should be made.
|
||||
|
|
Loading…
Reference in New Issue