浏览代码

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" } })
     };