Răsfoiți Sursa

fix formatting

Evan Almloff 1 an în urmă
părinte
comite
bdaa284c14

+ 1 - 1
packages/fullstack/examples/warp-hello-world/src/main.rs

@@ -63,6 +63,6 @@ fn main() {
     tracing_wasm::set_as_global_default();
     #[cfg(feature = "ssr")]
     tracing_subscriber::fmt::init();
-    
+
     LaunchBuilder::new_with_props(app, AppProps { count: 0 }).launch()
 }