apply cargo fmt

This commit is contained in:
nextel 2019-09-13 12:38:01 +03:00
parent 8a9b2e1009
commit d2612f21a0

View file

@ -149,7 +149,6 @@ impl<'a> SendVenue<'a> {
self
}
pub fn reply_markup<T>(mut self, reply_markup: T) -> Self
where
T: Into<ReplyMarkup>,