Fix cargo fmt

This commit is contained in:
Temirkhan Myrzamadi 2019-12-31 01:21:21 +06:00
parent 0c5189a39b
commit 17f29ccb2e

View file

@ -198,7 +198,8 @@ impl<'a, E2, Eh> FilterDispatcher<'a, E2, Eh> {
Ok(upd) => upd, Ok(upd) => upd,
Err(err) => { Err(err) => {
self.error_handler self.error_handler
.handle_error(ErrorKind::FromUpdater(err)).await; .handle_error(ErrorKind::FromUpdater(err))
.await;
return; return;
} }
}; };