mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -517,7 +517,8 @@ impl Stylist {
|
|||
self.stylesheets.iter(),
|
||||
guards,
|
||||
&self.device,
|
||||
).finish(),
|
||||
)
|
||||
.finish(),
|
||||
};
|
||||
|
||||
self.viewport_constraints =
|
||||
|
@ -1017,7 +1018,8 @@ impl Stylist {
|
|||
stylesheets.clone(),
|
||||
guards,
|
||||
&device,
|
||||
).finish(),
|
||||
)
|
||||
.finish(),
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -1535,7 +1537,6 @@ impl Stylist {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
results
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue