From 49e1d660ccb5fe681c4b0bf2750890c899181452 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 19 Sep 2024 08:26:48 +0200 Subject: [PATCH] docs: deduplicate spaces (#220) --- CHANGELOG.md | 12 ++++++------ src/client_ureq.rs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1088aa0..6c71c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,15 +41,15 @@ - [Bot API 7.5](https://core.telegram.org/bots/api#june-18-2024) - [#174](https://github.com/ayrat555/frankenstein/pull/174) - [Bot API 7.6](https://core.telegram.org/bots/api#july-1-2024) - [#175](https://github.com/ayrat555/frankenstein/pull/175) - [Bot API 7.7](https://core.telegram.org/bots/api#july-7-2024) - [#177](https://github.com/ayrat555/frankenstein/pull/177) -- fix: ChatBoostUpdated in UpdateContent - [#176](https://github.com/ayrat555/frankenstein/pull/176) +- fix: ChatBoostUpdated in UpdateContent - [#176](https://github.com/ayrat555/frankenstein/pull/176) ## 0.31.0 (2024-05-20) -- [Bot API 7.3](https://core.telegram.org/bots/api#may-6-2024) - [#169](https://github.com/ayrat555/frankenstein/pull/169) +- [Bot API 7.3](https://core.telegram.org/bots/api#may-6-2024) - [#169](https://github.com/ayrat555/frankenstein/pull/169) ## 0.30.8 (2024-04-26) -- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165) +- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165) - fix: message_id is optional in ExternalReplyInfo - [#166](https://github.com/ayrat555/frankenstein/pull/166) ## 0.30.7 (2024-04-20) @@ -62,9 +62,9 @@ ## 0.30.5 (2024-03-26) -- Fix the winners_count field in the Giveaway struct - [#150](https://github.com/ayrat555/frankenstein/pull/150) -- Improve ci - [#152](https://github.com/ayrat555/frankenstein/pull/152) -- Fix lints - [#151](https://github.com/ayrat555/frankenstein/pull/151) +- Fix the winners_count field in the Giveaway struct - [#150](https://github.com/ayrat555/frankenstein/pull/150) +- Improve ci - [#152](https://github.com/ayrat555/frankenstein/pull/152) +- Fix lints - [#151](https://github.com/ayrat555/frankenstein/pull/151) ## 0.30.4 (2024-02-17) diff --git a/src/client_ureq.rs b/src/client_ureq.rs index 53fb9a2..7841744 100644 --- a/src/client_ureq.rs +++ b/src/client_ureq.rs @@ -623,7 +623,7 @@ mod tests { #[test] fn get_file_success() { let response_string = "{\"ok\":true,\"result\":{\"file_id\":\"AgACAgIAAxUAAWB332IlzabFGWzaMrOdQ4ODVLyaAAKypzEbSX9wEEzMxT7F-grc3UA5DwAEAQADAgADYQADg0kCAAEfBA\",\"file_unique_id\":\"AQAD3UA5DwAEg0kCAAE\",\"file_size\":8068,\"file_path\":\"photos/file_0.jpg\"}}"; - let params = GetFileParams::builder() + let params = GetFileParams::builder() .file_id("AgACAgIAAxUAAWB332IlzabFGWzaMrOdQ4ODVLyaAAKypzEbSX9wEEzMxT7F-grc3UA5DwAEAQADAgADYQADg0kCAAEfBA") .build();