mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Trivial cleanup.
Bug: 1459403 Reviewed-by: hiro MozReview-Commit-ID: K7zVYGiYAn6
This commit is contained in:
parent
92b856b70a
commit
99d4e7b65c
1 changed files with 4 additions and 4 deletions
|
@ -1503,10 +1503,10 @@ impl Animate for MatrixDecomposed2D {
|
||||||
let matrix = self.matrix.animate(&other.matrix, procedure)?;
|
let matrix = self.matrix.animate(&other.matrix, procedure)?;
|
||||||
|
|
||||||
Ok(MatrixDecomposed2D {
|
Ok(MatrixDecomposed2D {
|
||||||
translate: translate,
|
translate,
|
||||||
scale: scale,
|
scale,
|
||||||
angle: angle,
|
angle,
|
||||||
matrix: matrix,
|
matrix,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue