mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-21 14:29:01 +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::{
|
use reqwest::{
|
||||||
header::{HeaderMap, CONNECTION},
|
header::{HeaderMap, CONNECTION},
|
||||||
Client, ClientBuilder,
|
Client, ClientBuilder,
|
||||||
};
|
};
|
||||||
use std::{sync::Arc, time::Duration};
|
use std::{sync::Arc, time::Duration};
|
||||||
use crate::types::ParseMode;
|
|
||||||
|
|
||||||
mod api;
|
mod api;
|
||||||
mod download;
|
mod download;
|
||||||
|
|
Loading…
Add table
Reference in a new issue