formatting

This commit is contained in:
Giulio De Pasquale 2021-01-27 17:04:37 +00:00
parent 6ed510f2cc
commit dd3786486c

View File

@ -329,10 +329,7 @@ impl OrderManagerHandle {
opt_msg = manager.receiver.recv() => {
if let Some(msg) = opt_msg {
manager.handle_message(msg).await.unwrap()
}
},
_ = sleep.tick() => {
manager.update().await.unwrap();