Pārlūkot izejas kodu

fmt: fix formatting

Jonathan Kelley 3 gadi atpakaļ
vecāks
revīzija
92a8b7c75f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/router/examples/simple.rs

+ 1 - 1
packages/router/examples/simple.rs

@@ -11,7 +11,7 @@ fn main() {
 
 fn app(cx: Scope) -> Element {
     cx.render(rsx! {
-        Router { 
+        Router {
             h1 { "Your app here" }
             ul {
                 Link { to: "/", li { "home" } }