mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Format recent patches.
This commit is contained in:
parent
efa54a876a
commit
175e594652
7 changed files with 10 additions and 9 deletions
|
@ -367,9 +367,7 @@ impl Scale {
|
|||
pub fn to_transform_operation(&self) -> Option<TransformOperation> {
|
||||
match *self {
|
||||
generic::Scale::None => None,
|
||||
generic::Scale::Scale(sx, sy) => {
|
||||
Some(generic::TransformOperation::Scale(sx, Some(sy)))
|
||||
},
|
||||
generic::Scale::Scale(sx, sy) => Some(generic::TransformOperation::Scale(sx, Some(sy))),
|
||||
generic::Scale::Scale3D(sx, sy, sz) => {
|
||||
Some(generic::TransformOperation::Scale3D(sx, sy, sz))
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue