Browse Source

chore: fix cargo fmt

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
1d964c54e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {