mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
7c96aed31d
commit
f76acc84c6
30 changed files with 330 additions and 191 deletions
|
@ -126,12 +126,7 @@ impl Parse for ClipPath {
|
|||
return Ok(ClipPath::Url(url));
|
||||
}
|
||||
|
||||
parse_shape_or_box(
|
||||
context,
|
||||
input,
|
||||
ClipPath::Shape,
|
||||
ClipPath::Box,
|
||||
)
|
||||
parse_shape_or_box(context, input, ClipPath::Shape, ClipPath::Box)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -152,12 +147,7 @@ impl Parse for ShapeOutside {
|
|||
return Ok(ShapeOutside::Image(image));
|
||||
}
|
||||
|
||||
parse_shape_or_box(
|
||||
context,
|
||||
input,
|
||||
ShapeOutside::Shape,
|
||||
ShapeOutside::Box,
|
||||
)
|
||||
parse_shape_or_box(context, input, ShapeOutside::Shape, ShapeOutside::Box)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue