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 {