diff --git a/components/style/properties/declaration_block.rs b/components/style/properties/declaration_block.rs index 983b2b0a331..2be09150edc 100644 --- a/components/style/properties/declaration_block.rs +++ b/components/style/properties/declaration_block.rs @@ -369,7 +369,7 @@ impl PropertyDeclarationBlock { } } - /// + /// pub fn property_priority(&self, property: &PropertyId) -> Importance { // Step 1: done when parsing a string to PropertyId @@ -583,7 +583,7 @@ impl PropertyDeclarationBlock { updated_at_least_one } - /// + /// /// /// Returns whether any declaration was actually removed. pub fn remove_property(&mut self, property: &PropertyId) -> bool {