소스 검색

chore: fix cargo fmt

Jonathan Kelley 3 년 전
부모
커밋
1d964c54e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/router.rs

+ 1 - 1
examples/router.rs

@@ -56,7 +56,7 @@ fn User(cx: Scope) -> Element {
         div {
             h1 { "Reading blog post: {post}" }
             p { "example blog post" }
-            
+
             if query.bold {
                 rsx!{ b { "bold" } }
             } else {