mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #17507 - emilio:font-indent, r=nox
style: Fix misindented code in font.mako.rs. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17507) <!-- Reviewable:end -->
This commit is contained in:
commit
d58d1ddbbd
1 changed files with 3 additions and 3 deletions
|
@ -902,9 +902,9 @@ ${helpers.single_keyword_system("font-variant-caps",
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn from_computed_value(computed: &computed_value::T) -> Self {
|
fn from_computed_value(computed: &computed_value::T) -> Self {
|
||||||
SpecifiedValue::Length(LengthOrPercentage::Length(
|
SpecifiedValue::Length(LengthOrPercentage::Length(
|
||||||
ToComputedValue::from_computed_value(computed)
|
ToComputedValue::from_computed_value(computed)
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue