mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
152ef2e042
commit
5f173c463e
16 changed files with 53 additions and 43 deletions
|
@ -375,7 +375,9 @@ impl Parse for NonNegativeNumberOrPercentage {
|
|||
context: &ParserContext,
|
||||
input: &mut Parser<'i, 't>,
|
||||
) -> Result<Self, ParseError<'i>> {
|
||||
Ok(NonNegative(NumberOrPercentage::parse_non_negative(context, input)?))
|
||||
Ok(NonNegative(NumberOrPercentage::parse_non_negative(
|
||||
context, input,
|
||||
)?))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue