소스 검색

cargo fmt

Jonathan Kelley 2 년 전
부모
커밋
36a8275540
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/simple_desktop.rs

+ 0 - 1
examples/simple_desktop.rs

@@ -45,7 +45,6 @@ fn BlogList(cx: Scope) -> Element {
 }
 
 fn BlogPost(cx: Scope) -> Element {
-
     let Some(id) = use_route(cx).segment("id") else {
         return cx.render(rsx! { div { "No blog post id" } })
     };