mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Fix indent for where
This commit is contained in:
parent
3f2d049c22
commit
4423a992c0
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ pub trait ErrorPolicy<E> {
|
|||
}
|
||||
|
||||
impl<E, F, Fut> ErrorPolicy<E> for F
|
||||
where
|
||||
where
|
||||
F: Fn(E) -> Fut + Sync,
|
||||
Fut: Future<Output = ()> + Send,
|
||||
E: Send,
|
||||
|
|
Loading…
Reference in a new issue