Browse Source

cargo fmt

Jonathan Kelley 2 năm trước cách đây
mục cha
commit
36a8275540
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {
 fn BlogPost(cx: Scope) -> Element {
-
     let Some(id) = use_route(cx).segment("id") else {
     let Some(id) = use_route(cx).segment("id") else {
         return cx.render(rsx! { div { "No blog post id" } })
         return cx.render(rsx! { div { "No blog post id" } })
     };
     };