Browse Source

fix: rustfmt

Jonathan Kelley 3 years ago
parent
commit
43e78d56f7
1 changed files with 1 additions and 1 deletions
  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.
         /// Specify the location of the right edge of the positioned element.
         right: "right",
         right: "right",
-        
+
         /// Specifies the gap between the rows in a multi_column element.
         /// Specifies the gap between the rows in a multi_column element.
         row_gap: "row-gap",
         row_gap: "row-gap",