浏览代码

fmt: fix formatting

Jonathan Kelley 3 年之前
父节点
当前提交
92a8b7c75f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" } }