remove random space

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-24 12:15:49 -05:00
parent f61b5c7fa9
commit ef225e86c4

View file

@ -32,7 +32,6 @@ use crate::Result;
pub enum ProxyConfig { pub enum ProxyConfig {
#[default] #[default]
None, None,
Global { Global {
#[serde(deserialize_with = "crate::utils::deserialize_from_str")] #[serde(deserialize_with = "crate::utils::deserialize_from_str")]
url: Url, url: Url,