forked from Plume/Plume
Run cargo fmt
This commit is contained in:
parent
f760c3de87
commit
74148fa0a6
1 changed files with 1 additions and 2 deletions
|
@ -314,8 +314,7 @@ fn get_proxy_config() -> Option<ProxyConfig> {
|
|||
}
|
||||
})
|
||||
} else {
|
||||
reqwest::Proxy::all(proxy_url)
|
||||
.expect("Invalid PROXY_URL")
|
||||
reqwest::Proxy::all(proxy_url).expect("Invalid PROXY_URL")
|
||||
};
|
||||
Some(ProxyConfig {
|
||||
url,
|
||||
|
|
Loading…
Reference in a new issue