浏览代码

fix: rustfmt

Jonathan Kelley 3 年之前
父节点
当前提交
43e78d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/html/src/global_attributes.rs

+ 1 - 1
packages/html/src/global_attributes.rs

@@ -533,7 +533,7 @@ pub trait GlobalAttributes {
 
         /// Specify the location of the right edge of the positioned element.
         right: "right",
-        
+
         /// Specifies the gap between the rows in a multi_column element.
         row_gap: "row-gap",