Explorar el Código

fmt: fix formatting

Jonathan Kelley hace 3 años
padre
commit
92a8b7c75f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" } }