mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Reformat recent style system changes.
This commit is contained in:
parent
87ec2cefc5
commit
81f40a57e4
13 changed files with 207 additions and 214 deletions
|
@ -298,11 +298,7 @@ impl Parse for MozContextProperties {
|
|||
return Ok(Self::default());
|
||||
}
|
||||
|
||||
let ident = CustomIdent::from_ident(
|
||||
location,
|
||||
ident,
|
||||
&["all", "none", "auto"],
|
||||
)?;
|
||||
let ident = CustomIdent::from_ident(location, ident, &["all", "none", "auto"])?;
|
||||
|
||||
if ident.0 == atom!("fill") {
|
||||
bits.insert(ContextPropertyBits::FILL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue