remove random space
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6c1358d0c8
commit
b51d148899
|
@ -32,7 +32,6 @@ use crate::Result;
|
|||
pub enum ProxyConfig {
|
||||
#[default]
|
||||
None,
|
||||
|
||||
Global {
|
||||
#[serde(deserialize_with = "crate::utils::deserialize_from_str")]
|
||||
url: Url,
|
||||
|
|
Loading…
Reference in New Issue