mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-27 11:26:31 +00:00
Run cargo fmt
This commit is contained in:
parent
92c666ec3e
commit
3d762b5a6e
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ impl fmt::Debug for ClientWithMiddleware {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Implementing AsRef<Client> for ClientWithMiddleware.
|
// Implementing AsRef<Client> for ClientWithMiddleware.
|
||||||
//
|
//
|
||||||
// This allows to use ClientWithMiddleware as a reqwest::Client.
|
// This allows to use ClientWithMiddleware as a reqwest::Client.
|
||||||
impl AsRef<Client> for ClientWithMiddleware {
|
impl AsRef<Client> for ClientWithMiddleware {
|
||||||
|
|
Loading…
Reference in a new issue