mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-21 14:29:01 +01:00
apply cargo fmt
This commit is contained in:
parent
8a9b2e1009
commit
d2612f21a0
1 changed files with 4 additions and 5 deletions
|
@ -149,7 +149,6 @@ impl<'a> SendVenue<'a> {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub fn reply_markup<T>(mut self, reply_markup: T) -> Self
|
pub fn reply_markup<T>(mut self, reply_markup: T) -> Self
|
||||||
where
|
where
|
||||||
T: Into<ReplyMarkup>,
|
T: Into<ReplyMarkup>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue