Skip to content

Commit

Permalink
style: Fix misindented code in font.mako.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jun 24, 2017
1 parent bc3ec0c commit 26f4e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/style/properties/longhand/font.mako.rs
Expand Up @@ -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)
))
}
}

Expand Down

0 comments on commit 26f4e2b

Please sign in to comment.