소스 검색

fix formatting

Evan Almloff 1 년 전
부모
커밋
bdaa284c14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fullstack/examples/warp-hello-world/src/main.rs

+ 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()
 }