소스 검색

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" } }