mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
style: Fix formatting.
This commit is contained in:
parent
cd75cd6a86
commit
06fe0a1fc0
7 changed files with 34 additions and 20 deletions
|
@ -335,7 +335,8 @@ impl VariableValue {
|
|||
let (first_token_type, css, last_token_type) =
|
||||
parse_self_contained_declaration_value(input, Some(&mut references))?;
|
||||
|
||||
let custom_property_references = references.custom_property_references
|
||||
let custom_property_references = references
|
||||
.custom_property_references
|
||||
.into_iter()
|
||||
.collect::<Vec<_>>()
|
||||
.into_boxed_slice();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue