소스 검색

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