mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
9a8cee2800
commit
5aeab7adb1
17 changed files with 70 additions and 53 deletions
|
@ -515,11 +515,7 @@ impl<'a> CustomPropertiesBuilder<'a> {
|
|||
}
|
||||
|
||||
/// Cascade a given custom property declaration.
|
||||
pub fn cascade(
|
||||
&mut self,
|
||||
declaration: &'a CustomDeclaration,
|
||||
origin: Origin,
|
||||
) {
|
||||
pub fn cascade(&mut self, declaration: &'a CustomDeclaration, origin: Origin) {
|
||||
let CustomDeclaration {
|
||||
ref name,
|
||||
ref value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue