From 9f67d3c23887170427a8e62c33436009168bbee8 Mon Sep 17 00:00:00 2001 From: lvyitian <15988566900@qq.com> Date: Tue, 27 Jun 2023 16:42:14 +0800 Subject: [PATCH] Formatting --- desktop/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/build.rs b/desktop/build.rs index effaac3c4..baad10692 100644 --- a/desktop/build.rs +++ b/desktop/build.rs @@ -31,7 +31,7 @@ fn main() -> Result<(), Box> { if std::env::var("TARGET").unwrap().contains("windows") { if std::env::var("TARGET").unwrap().contains("msvc") { println!("cargo:rustc-link-arg=/STACK:4000000"); - }else{ + } else { println!("cargo:rustc-link-arg=-Xlinker"); println!("cargo:rustc-link-arg=--stack"); println!("cargo:rustc-link-arg=4000000");