1
0
Evan Almloff 1 жил өмнө
parent
commit
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()
 }