From 41afdb554d31131b4a20e92d1e3da6e6441ac3a1 Mon Sep 17 00:00:00 2001 From: Waffle Date: Tue, 20 Oct 2020 17:02:31 +0300 Subject: [PATCH] fmt --- src/errors.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/errors.rs b/src/errors.rs index fe749693..da2666b2 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -22,11 +22,11 @@ pub enum DownloadError { pub enum RequestError { /// Telegram API error #[error("A Telegram's error #{status_code}: {kind:?}")] - ApiError { + ApiError { /// Kind of api error - kind: ApiError, + kind: ApiError, /// HTTP code returned by telegram, not very usefull in practice. - status_code: StatusCode , + status_code: StatusCode, }, /// The group has been migrated to a supergroup with the specified