Explorar o código

fix formatting

Evan Almloff hai 1 ano
pai
achega
1acfd46b0b
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      packages/cli/src/server/fullstack/mod.rs

+ 1 - 5
packages/cli/src/server/fullstack/mod.rs

@@ -140,11 +140,7 @@ impl FullstackServerEnvGuard {
         Self {
             old_rustflags: (!debug).then(|| {
                 let old_rustflags = std::env::var("RUSTFLAGS").unwrap_or_default();
-                let debug_assertions = if release {
-                    ""
-                } else {
-                    " -C debug-assertions"
-                };
+                let debug_assertions = if release { "" } else { " -C debug-assertions" };
 
                 std::env::set_var(
                     "RUSTFLAGS",