mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
fmt
This commit is contained in:
parent
d47036012b
commit
2dfe8a15c5
1 changed files with 4 additions and 4 deletions
|
@ -349,11 +349,11 @@ impl<B> Throttle<B> {
|
|||
}
|
||||
|
||||
impl<B: Requester> Requester for Throttle<B>
|
||||
where
|
||||
B::SendMessage: Send,
|
||||
{
|
||||
where
|
||||
B::SendMessage: Send,
|
||||
{
|
||||
type Err = B::Err;
|
||||
|
||||
|
||||
type GetMe = B::GetMe;
|
||||
|
||||
fn get_me(&self) -> Self::GetMe {
|
||||
|
|
Loading…
Add table
Reference in a new issue