瀏覽代碼

chore: fix cargo fmt

Jonathan Kelley 3 年之前
父節點
當前提交
1d964c54e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/router.rs

+ 1 - 1
examples/router.rs

@@ -56,7 +56,7 @@ fn User(cx: Scope) -> Element {
         div {
             h1 { "Reading blog post: {post}" }
             p { "example blog post" }
-            
+
             if query.bold {
                 rsx!{ b { "bold" } }
             } else {