浏览代码

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 {