cargo fmt of ../requests

This commit is contained in:
nextel 2019-09-12 20:05:59 +03:00
parent a8f04a8d4c
commit 6dda560cc3
10 changed files with 17 additions and 26 deletions

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct GetFile<'a>{} struct GetFile<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct GetUserProfilePhotos<'a>{} struct GetUserProfilePhotos<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct KickChatMember<'a>{} struct KickChatMember<'a> {}

View file

@ -91,19 +91,19 @@ mod tests {
pub mod edit_message_live_location; pub mod edit_message_live_location;
pub mod forward_message; pub mod forward_message;
pub mod get_file;
pub mod get_me; pub mod get_me;
pub mod get_user_profile_photos;
pub mod kick_chat_member;
pub mod restrict_chat_member;
pub mod send_audio; pub mod send_audio;
pub mod send_chat_action;
pub mod send_contact;
pub mod send_location; pub mod send_location;
pub mod send_media_group; pub mod send_media_group;
pub mod send_message; pub mod send_message;
pub mod send_photo; pub mod send_photo;
pub mod stop_message_live_location;
pub mod send_venue;
pub mod send_contact;
pub mod send_poll; pub mod send_poll;
pub mod send_chat_action; pub mod send_venue;
pub mod get_user_profile_photos; pub mod stop_message_live_location;
pub mod get_file;
pub mod kick_chat_member;
pub mod unban_chat_member; pub mod unban_chat_member;
pub mod restrict_chat_member;

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct RestrictChatMember<'a>{} struct RestrictChatMember<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct SendChatAction<'a>{} struct SendChatAction<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct SendContact<'a>{} struct SendContact<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct SendPoll<'a>{} struct SendPoll<'a> {}

View file

@ -1,3 +1,2 @@
//TODO:need implementation //TODO:need implementation
struct SendVenue<'a>{} struct SendVenue<'a> {}

View file

@ -1,3 +1,2 @@
//TODO: need implementation //TODO: need implementation
struct UnbanChatMember<'a>{} struct UnbanChatMember<'a> {}