Explorar o código

fmt: fix formatting

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
92a8b7c75f
Modificáronse 1 ficheiros con 1 adicións e 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" } }