mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix rustfmt check
This commit is contained in:
parent
859f782d8b
commit
4a314c894d
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
use crate::types::ParseMode;
|
||||
use reqwest::{
|
||||
header::{HeaderMap, CONNECTION},
|
||||
Client, ClientBuilder,
|
||||
};
|
||||
use std::{sync::Arc, time::Duration};
|
||||
use crate::types::ParseMode;
|
||||
|
||||
mod api;
|
||||
mod download;
|
||||
|
|
Loading…
Reference in a new issue