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
|
@ -114,7 +114,10 @@ pub enum GenericClipPath<BasicShape, U> {
|
|||
Url(U),
|
||||
#[css(function)]
|
||||
Path(Path),
|
||||
Shape(Box<BasicShape>, #[css(skip_if = "is_default")] ShapeGeometryBox),
|
||||
Shape(
|
||||
Box<BasicShape>,
|
||||
#[css(skip_if = "is_default")] ShapeGeometryBox,
|
||||
),
|
||||
#[animation(error)]
|
||||
Box(ShapeGeometryBox),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue