소스 검색

fix hover.rs formatting

Evan Simkowitz 1 년 전
부모
커밋
a5b97aa4a3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      packages/dioxus-tui/examples/hover.rs

+ 4 - 4
packages/dioxus-tui/examples/hover.rs

@@ -52,10 +52,10 @@ fn app(cx: Scope) -> Element {
     };
 
     cx.render(rsx! {
-        #[dxfmt::skip]
-        div { 
-            width: "100%", 
-            height: "100%", 
+        div {
+            width: "100%",
+            height: "100%",
+
             flex_direction: "column",
 
             div {