format: format code

This commit is contained in:
jeasonnow
2024-07-30 16:58:12 +08:00
parent 5752996f89
commit d738c1a3e9
6 changed files with 28 additions and 21 deletions

View File

@@ -42,7 +42,8 @@ pub fn get_window(app: &mut App, config: &PakeConfig, _data_dir: PathBuf) -> Web
if config.proxy_url != "" {
println!("{}", &config.proxy_url);
window_builder = window_builder.proxy_url(Url::from_str(&config.proxy_url.as_str()).unwrap());
window_builder =
window_builder.proxy_url(Url::from_str(&config.proxy_url.as_str()).unwrap());
}
#[cfg(target_os = "macos")]