mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Fix misindented code in font.mako.rs.
This commit is contained in:
parent
bc3ec0ce1b
commit
26f4e2bf51
1 changed files with 3 additions and 3 deletions
|
@ -902,9 +902,9 @@ ${helpers.single_keyword_system("font-variant-caps",
|
|||
|
||||
#[inline]
|
||||
fn from_computed_value(computed: &computed_value::T) -> Self {
|
||||
SpecifiedValue::Length(LengthOrPercentage::Length(
|
||||
ToComputedValue::from_computed_value(computed)
|
||||
))
|
||||
SpecifiedValue::Length(LengthOrPercentage::Length(
|
||||
ToComputedValue::from_computed_value(computed)
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue